Skip to content

Commit f835508

Browse files
committed
changed output from tsv to tabular
1 parent 0d2db50 commit f835508

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

tools/matchms/matchms_formatter.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@ result.to_csv('$output', sep="\t", index=False)
5050
<param label="Key" name="key" type="text" value="compound_name" help="Name of the key to use. Default is 'compound_name'." />
5151
</inputs>
5252
<outputs>
53-
<data label="${tool.name} on ${on_string}" name="output" format="tsv"/>
53+
<data label="${tool.name} on ${on_string}" name="output" format="tabular"/>
5454
</outputs>
5555

5656
<tests>
5757
<test>
5858
<param name="scores" value="formatter/fill2_trunc_scores_with_metadata_match.json" ftype="json"/>
5959
<param name="key" value="compound_name"/>
60-
<output name="output" value="formatter/fill2_formatted.tsv" ftype="tsv"
60+
<output name="output" value="formatter/fill2_formatted.tsv" ftype="tabular"
6161
checksum="md5$4f0d83da381b8a403d807d26a9dd0f34"/>
6262
</test>
6363
<test>
6464
<param name="scores" value="similarity/scores_test4_out.json" ftype="json"/>
6565
<param name="key" value="compound_name"/>
66-
<output name="output" file="formatter/test4_formatted.tsv" ftype="tsv"/>
66+
<output name="output" file="formatter/test4_formatted.tsv" ftype="tabular"/>
6767
</test>
6868
</tests>
6969

tools/matchms/matchms_metadata_export.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ data.to_csv("${output_file}", sep='\t', index=False)
4343
</inputs>
4444

4545
<outputs>
46-
<data label="matchms extract metadata on ${on_string}" name="output_file" format="tsv"/>
46+
<data label="matchms extract metadata on ${on_string}" name="output_file" format="tabular"/>
4747
</outputs>
4848

4949
<tests>
5050
<test>
5151
<param name="input_file" value="convert/mgf_out.mgf" ftype="mgf"/>
5252
<param name="harmonize_metadata" value="True"/>
53-
<output name="output_file" file="convert/metadata.tsv" ftype="tsv" compare="sim_size" delta="0"/>
53+
<output name="output_file" file="convert/metadata.tsv" ftype="tabular" compare="sim_size" delta="0"/>
5454
</test>
5555
<test>
5656
<param name="input_file" value="similarity/RECETOX_Exposome_pesticides_HR_MS_20220323.msp" ftype="msp"/>
5757
<param name="harmonize_metadata" value="True"/>
58-
<output name="output_file" file="convert/metadata.tsv" ftype="tsv" compare="sim_size" delta="0"/>
58+
<output name="output_file" file="convert/metadata.tsv" ftype="tabular" compare="sim_size" delta="0"/>
5959
</test>
6060
</tests>
6161

0 commit comments

Comments
 (0)