hsinnan75 / MapCaller

MapCaller – An efficient and versatile approach for short-read alignment and variant detection in high-throughput sequenced genomes
MIT License
30 stars 5 forks source link

Option -i is missing from Options: long text #2

Closed tseemann closed 4 years ago

tseemann commented 4 years ago

-i is in Usage: but it is not in Options:

Usage: ../MapCaller -i Index_Prefix -f <ReadFile_A1 ReadFile_B1 ...> [-f2 <ReadFile_A2 ReadFile_B2 ...>]

Options: -t INT        number of threads [16]
         -f            files with #1 mates reads (format:fa, fq, fq.gz)
         -f2           files with #2 mates reads (format:fa, fq, fq.gz)
         -size         Sequncing fragment size [500]
         -ad INT       Minimal ALT allele count [10]
         -sam          SAM output filename [NULL]
         -bam          BAM output filename [NULL]
         -vcf          VCF output filename [output.vcf]
         -m            output multiple alignments
         -somatic      detect somatic mutations [false]
         -no_vcf       No VCF output [false]
         -p            paired-end reads are interlaced in the same file
         -filter       apply variant filters (under test) [false]
         -v            version
hsinnan75 commented 4 years ago

fixed it! thanks!