Skip to content

Commit

Permalink
Added missing tests/small_mers.sh file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarcais committed Feb 12, 2018
1 parent 1ffed26 commit 0adb7ea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/small_mers.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#! /bin/sh

cd tests
. ./compat.sh

sort -k2,2 > ${pref}.md5sum <<EOF
EOF

$JF count -t $nCPUs -o ${pref}_m10_10M.jf -s 1M -m 7 -C seq10m.fa
$JF histo ${pref}_m10_10M.jf > ${pref}_m10_10M.histo

0 comments on commit 0adb7ea

Please sign in to comment.