Skip to content

Commit ca6d414

Browse files
authored
Updating tools/fastga from version 1.3.1 to 1.5 (#7882)
1 parent fd81253 commit ca6d414

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

tools/fastga/fastga.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'${output_settings.out.cs_string}'
2020
#end if
2121
#end if
22-
$use_soft_mask
22+
$disable_soft_mask
2323
$use_sym_seeding
2424
-f${adaptive_seed_count_cutoff}
2525
-c${minimum_seed_coverage}
@@ -36,8 +36,8 @@
3636
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."/>
3737
<param name="input2" type="data" label="FASTA sequence 2" format="fasta,fasta.gz"
3838
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."/>
4141
<param argument="-S" name="use_sym_seeding" type="boolean" label="Use symmetric seeding" checked="false" truevalue="-S" falsevalue=""
4242
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."/>
4343
<param argument="-f" name="adaptive_seed_count_cutoff" type="integer" label="Adaptive seed count cutoff" value="10" min="0" max="255"
@@ -123,7 +123,7 @@
123123
<test expect_num_outputs="1">
124124
<param name="input1" value="chrM_hg38.fa.gz"/>
125125
<param name="input2" value="chrM_mm39.fa.gz"/>
126-
<param name="use_soft_mask" value="True"/>
126+
<param name="disable_soft_mask" value="True"/>
127127
<param name="use_sym_seeding" value="True"/>
128128
<param name="adaptive_seed_count_cutoff" value="9"/>
129129
<param name="minimum_seed_coverage" value="100"/>

tools/fastga/fastga_macros.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<macros>
2-
<token name="@TOOL_VERSION@">1.3.1</token>
3-
<token name="@VERSION_SUFFIX@">1</token>
2+
<token name="@TOOL_VERSION@">1.5</token>
3+
<token name="@VERSION_SUFFIX@">0</token>
44
<token name="@PROFILE@">25.0</token>
55
<xml name="requirements">
66
<requirements>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
chrM 16569 596 3105 + chrM 16299 18 2547 2209 5038 255 dv:f:.1195 df:i:620
2-
chrM 16569 3112 16020 + chrM 16299 2553 15420 11087 25775 255 dv:f:.1410 df:i:3601
1+
chrM 16569 596 3105 + chrM 16299 18 2547 2209 5038 255 dv:f:0.1195 df:i:620
2+
chrM 16569 3112 16020 + chrM 16299 2553 15420 11087 25775 255 dv:f:0.1410 df:i:3601

tools/fastga/test-data/pafmS_options.paf

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

tools/fastga/test-data/pafx.paf

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)