Skip to content

Commit 9e98759

Browse files
authored
Document Tigmint's longmap parameter in help page, README (#72)
1 parent 6404eb0 commit 9e98759

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Usage: ./longstitch [COMMAND] [OPTION=VALUE]…
9191
span min number of spanning molecules to be considered correctly assembled [auto]
9292
dist maximum distance between alignments to be considered the same molecule [auto]
9393
G haploid genome size (bp) for calculating span parameter (e.g. '3e9' for human genome). Required when span=auto [0]
94+
longmap long read technology - used for minimap2 preset. 'ont' for nanopore, 'pb' for pacbio, 'hifi' for pacbio HiFi reads [ont]
9495
9596
ntLink options:
9697
k_ntLink k-mer size for minimizers [32]

Diff for: longstitch

+3-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ t=8
5858
span=auto
5959
dist=auto
6060
G=0
61+
longmap=ont
6162

6263
# Default ntLink parameters
6364
k_ntLink=32
@@ -157,6 +158,7 @@ help:
157158
@echo " span min number of spanning molecules to be considered correctly assembled [auto]"
158159
@echo " dist maximum distance between alignments to be considered the same molecule [auto]"
159160
@echo " G haploid genome size (bp) for calculating span parameter (e.g. '3e9' for human genome). Required when span=auto [0]"
161+
@echo " longmap long read technology - used for minimap2 preset. 'ont' for nanopore, 'pb' for pacbio, 'hifi' for pacbio HiFi reads [ont]"
160162
@echo ""
161163
@echo " ntLink options:"
162164
@echo " k_ntLink k-mer size for minimizers [32]"
@@ -210,7 +212,7 @@ tigmint-arks: tigmint arks-with-tigmint
210212
tigmint: $(draft).cut$(cut).tigmint.fa
211213

212214
$(draft).cut$(cut).tigmint.fa: $(draft).fa $(long_reads)
213-
$(longstitch_time) tigmint-make tigmint-long draft=$(draft) reads=$(reads) cut=$(cut) t=$t G=$G span=$(span) dist=$(dist)
215+
$(longstitch_time) tigmint-make tigmint-long draft=$(draft) reads=$(reads) cut=$(cut) t=$t G=$G span=$(span) dist=$(dist) longmap=$(longmap)
214216

215217
# Run ntLink
216218
ntLink-with-tigmint: $(draft).cut$(cut).tigmint.fa.k$(k_ntLink).w$w.z$z.ntLink.scaffolds.fa \

0 commit comments

Comments
 (0)