Skip to content

Commit

Permalink
Fix arcs-tigmint rule in arcs-make (#165)
Browse files Browse the repository at this point in the history
* Fix Tigmint call in arcs-make arcs-tigmint rule

* Fix whitespace
  • Loading branch information
lcoombe authored Dec 6, 2023
1 parent 2e605f1 commit 265efd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
10 f1 r2 5 500
10 f2 r1 5 500
10 r2 r3 4 400
10 f3 f2 4 400
2 changes: 1 addition & 1 deletion bin/arcs-make
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ arks-tigmint: tigmint arks-with-tigmint
tigmint: $(draft).tigmint.fa
# Run tigmint
$(draft).tigmint.fa: $(draft).fa $(reads).fq.gz
$(gtime) tigmint tigmint draft=$(draft) reads=$(reads) minsize=$(minsize) as=$(as) nm=$(nm) dist=$(dist) mapq=$(mapq) trim=$(trim) span=$(span) window=$(window) t=$t
$(gtime) tigmint-make tigmint draft=$(draft) reads=$(reads) minsize=$(minsize) as=$(as) nm=$(nm) dist=$(dist) mapq=$(mapq) trim=$(trim) span=$(span) window=$(window) t=$t

#Pre-processing long reads; cut into shorter segments (pseudo-linked reads)
$(reads).cut$(cut).fq.gz: $(long_reads)
Expand Down

0 comments on commit 265efd7

Please sign in to comment.