Skip to content

Commit

Permalink
travis sample
Browse files Browse the repository at this point in the history
  • Loading branch information
sauloal committed Jun 5, 2015
1 parent 3229883 commit b53dc6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ JELLYFISH=$(CURR_DIR)/../src/libs/Jellyfish/bin/jellyfish
HASH_SIZE=1G

ifdef SAMPLEDATA
HASH_SIZE=512M
HASH_SIZE=256M
endif

ifdef NOIMAGE
Expand Down Expand Up @@ -86,7 +86,7 @@ $(INFA):

ifdef SAMPLEDATA
$(DATAFOLDER)/%.fasta.$(KMER_SIZE).jf: $(DATAFOLDER)/%.fasta
head -100000 $? > $?.head.fa
head -10000 $? > $?.head.fa
test -f $@ || ( cd $(DATAFOLDER) && ulimit -Sn 4096 && ${JELLYFISH} count -m $(KMER_SIZE) -s $(HASH_SIZE) -t 5 -F 300 --disk --counter-len=$(COUNTER_LEN) --out-counter-len=$(OUT_COUNTER_LEN) --canonical -o $@.tmp --timing=$@.timming $?.head.fa && mv $@.tmp $@ )
else
$(DATAFOLDER)/%.fasta.$(KMER_SIZE).jf: $(DATAFOLDER)/%.fasta
Expand Down

0 comments on commit b53dc6b

Please sign in to comment.