Skip to content

Commit 4c178ea

Browse files
committed
new implementation
1 parent e030c29 commit 4c178ea

File tree

4 files changed

+5
-96
lines changed

4 files changed

+5
-96
lines changed

tools/rcx-tk/.shed.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,9 @@ categories:
55
- Metabolomics
66
repositories:
77
rcx_tk:
8-
description: "Tools to process sequence or alkane files."
9-
long_description: "rcx-tk package provides tools to process the sequence or alkane files. On the input, the user is expected to supply a path to the sequence/alkane file in tsv/csv/xls/xlsx file. The file is then converted to a dataframe which is further processed. The main steps are columns rearrangement, validation of the file names and derivation of new metadata: sampleName, sequenceIdentifier, sampleIdentifier and localOrder. Finally, the processed dataframe is saved into user-defined location."
8+
description: "Tools to process sequence or alkane files and to correct MSDial alignment results by grouping duplicate alignments."
9+
long_description: "rcx-tk package provides tools to process the sequence or alkane files. On the input, the user is expected to supply a path to the sequence/alkane file in tsv/csv/xls/xlsx file. The file is then converted to a dataframe which is further processed. The main steps are columns rearrangement, validation of the file names and derivation of new metadata: sampleName, sequenceIdentifier, sampleIdentifier and localOrder. Duplicate rows sharing identical non-zero abundance values in any sample column are clustered and aggregated: metadata is concatenated and abundances are reduced using the maximum value."
1010
include:
1111
- rcx-tk.xml
1212
- macros.xml
1313
- test-data
14-
rcx_tk_msdial:
15-
description: "Tool to correct MSDial alignment results by grouping duplicate alignments."
16-
long_description: "rcx-tk msdial correction tool processes MSDial alignment result files to identify and merge duplicate alignments. Duplicate rows sharing identical non-zero abundance values in any sample column are clustered and aggregated: metadata is concatenated and abundances are reduced using the maximum value."
17-
include:
18-
- rcx-tk-msdial.xml
19-
- macros.xml
20-
- test-data

tools/rcx-tk/rcx-tk-msdial.xml

Lines changed: 0 additions & 85 deletions
This file was deleted.

tools/rcx-tk/rcx-tk.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<tool id="rcx-tk" name="rcx-tk" version="@TOOL_VERSION@+galaxy0" profile="23.05">
2-
<description>Processes and standardizes sequence or alkane files by rearranging columns, validating file names, and deriving new columns for downstream analysis.</description>
2+
<description>Processes and standardizes sequence, alkane or MSDial output files for downstream analysis.</description>
33
<macros>
44
<import>macros.xml</import>
55
</macros>
@@ -30,10 +30,11 @@
3030
<param name="method" type="select" label="Processing method" help="Select whether to process a sequence file or an alkane file. This determines the column arrangement and validation steps.">
3131
<option value="sequence" selected="true">Sequence file</option>
3232
<option value="alkanes">Alkane file</option>
33+
<option value="msdial">MS-DIAL file</option>
3334
</param>
3435
</inputs>
3536
<outputs>
36-
<data name="output_file" format="tabular" from_work_dir = "output.tsv" label="Processed ${method} (dataset ${input_file.id})"/>
37+
<data name="output_file" format="tabular" from_work_dir = "output.tsv" label="Processed as ${method} on dataset ${input_file.id}"/>
3738
</outputs>
3839
<tests>
3940
<test>
-5.68 KB
Binary file not shown.

0 commit comments

Comments
 (0)