Skip to content

Commit

Permalink
replace format text by txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Delphine-L authored Dec 12, 2024
1 parent a3a85b4 commit cddd1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/gfastats/gfastats.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
</param>
<when value="manipulation">
<param argument="--swiss-army-knife" type="data"
format="text" label="SAK input file" optional="true"
format="txt" label="SAK input file" optional="true"
help="Set of instructions provided as an ordered list"/>
<conditional name="output_condition">
<param argument="--out-format" type="select"
Expand Down Expand Up @@ -201,7 +201,7 @@
<data name="stats" format="tabular" label="${tool.name} on ${on_string}: stats">
<filter>mode_condition['selector'] == 'statistics'</filter>
<change_format>
<when input="tabular" value="false" format="text"/>
<when input="tabular" value="false" format="txt"/>
</change_format>
</data>
<data name="output" format="fastq" from_work_dir="output_dataset" label="${tool.name} on ${on_string}: edited sequences">
Expand Down

0 comments on commit cddd1e4

Please sign in to comment.