|
19 | 19 | '${output_settings.out.cs_string}' |
20 | 20 | #end if |
21 | 21 | #end if |
22 | | - $use_soft_mask |
| 22 | + $disable_soft_mask |
23 | 23 | $use_sym_seeding |
24 | 24 | -f${adaptive_seed_count_cutoff} |
25 | 25 | -c${minimum_seed_coverage} |
|
36 | 36 | help="FASTA or gzip-compressed FASTA file of a high-quality genome assembly (Q40 or better). The order of inputs can affect results—FastGA is not commutative unless symmetric seeding (-S) is enabled."/> |
37 | 37 | <param name="input2" type="data" label="FASTA sequence 2" format="fasta,fasta.gz" |
38 | 38 | help="FASTA or gzip-compressed FASTA file of a high-quality genome assembly (Q40 or better). The order of inputs can affect results—FastGA is not commutative unless symmetric seeding (-S) is enabled."/> |
39 | | - <param argument="-M" name="use_soft_mask" type="boolean" label="Use soft mask information if available" checked="false" truevalue="-M" falsevalue="" |
40 | | - help="Use soft-masked regions (lowercase nucleotides) encoded in the genome index to guide alignment. Helps reduce spurious alignments in repeat-rich genomes by down-weighting repetitive regions during seed finding."/> |
| 39 | + <param argument="-N" name="disable_soft_mask" type="boolean" label="Do not soft mask" checked="false" truevalue="-N" falsevalue="" |
| 40 | + help="Ignore masking information encoded in the genome index. By default, masking from the GIX is applied during alignment to reduce spurious matches in repeat-rich regions."/> |
41 | 41 | <param argument="-S" name="use_sym_seeding" type="boolean" label="Use symmetric seeding" checked="false" truevalue="-S" falsevalue="" |
42 | 42 | help="Generate seeds from both genomes instead of only from genome 1. Makes alignment results independent of input order at the cost of extra computation time. Generally not recommended for standard use."/> |
43 | 43 | <param argument="-f" name="adaptive_seed_count_cutoff" type="integer" label="Adaptive seed count cutoff" value="10" min="0" max="255" |
|
123 | 123 | <test expect_num_outputs="1"> |
124 | 124 | <param name="input1" value="chrM_hg38.fa.gz"/> |
125 | 125 | <param name="input2" value="chrM_mm39.fa.gz"/> |
126 | | - <param name="use_soft_mask" value="True"/> |
| 126 | + <param name="disable_soft_mask" value="True"/> |
127 | 127 | <param name="use_sym_seeding" value="True"/> |
128 | 128 | <param name="adaptive_seed_count_cutoff" value="9"/> |
129 | 129 | <param name="minimum_seed_coverage" value="100"/> |
|
0 commit comments