Skip to content

Commit

Permalink
Fixes for ARCS-long target (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcoombe authored Nov 4, 2021
1 parent b9ffb1f commit a7630ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/arcs-make
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ $(draft).tigmint.fa: $(draft).fa $(reads).fq.gz

#Pre-processing long reads; cut into shorter segments (pseudo-linked reads)
%.cut$(cut).fq.gz: $(long_reads)
$(gtime) sh -c 'gunzip -c $< | $(bin)../Examples/long-to-linked-pe -l$(cut) --fastq | $(gzip) > $@'
$(gtime) sh -c '$(bin)../src/long-to-linked-pe -l $(cut) -t $t -m2000 $(long_reads) | $(gzip) > $@'


#Run ARCS
Expand Down

0 comments on commit a7630ec

Please sign in to comment.