# HG changeset patch # User iuc # Date 1725391394 0 # Node ID 5147f08d67c93013b8a2a5e4fe82d5badb9f6178 # Parent ea6ea4029c47025288e7eda64111c5a94a76e563 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/Tracegroomer commit 26f0c7344995bfa302db821e77ae717636a4f4b2 diff -r ea6ea4029c47 -r 5147f08d67c9 macros.xml --- a/macros.xml Thu Aug 22 18:45:34 2024 +0000 +++ b/macros.xml Tue Sep 03 19:23:14 2024 +0000 @@ -1,6 +1,6 @@ 0.1.4 - 0 + 1 tracegroomer @@ -81,20 +81,24 @@ -
- - - - - - - +
+ + + + + + + + + +
+ 10.1093/bioinformatics/btae282 @software{Galvis_Rodriguez_DIMet, author = {Galvis Rodriguez, Johanna and Guyon, Joris and Dartigues, Benjamin and Specque, Florian and Daubon, Thomas and Karkar, Slim and Nikolski, Macha}, diff -r ea6ea4029c47 -r 5147f08d67c9 tracegroomer.xml --- a/tracegroomer.xml Thu Aug 22 18:45:34 2024 +0000 +++ b/tracegroomer.xml Tue Sep 03 19:23:14 2024 +0000 @@ -37,20 +37,20 @@ $fractions_stomp_values $subtract_blankavg $under_detection_limit_set_nan - -ox 'tsv' && + -ox $output_files_extension && #if $type_of_file.type_of_file_selector == "IsoCor_out_tsv": - cp -rf '${AbundanceCorrected}.tsv' '${AbundanceCorrected}' && - cp -rf '${MeanEnrichment13C}.tsv' '${MeanEnrichment13C}' && - cp -rf '${IsotopologuesProp}.tsv' '${IsotopologuesProp}' && - cp -rf '${IsotopologuesAbs}.tsv' '${IsotopologuesAbs}' + cp -rf '${AbundanceCorrected}.${output_files_extension}' '${AbundanceCorrected}' && + cp -rf '${MeanEnrichment13C}.${output_files_extension}' '${MeanEnrichment13C}' && + cp -rf '${IsotopologuesProp}.${output_files_extension}' '${IsotopologuesProp}' && + cp -rf '${IsotopologuesAbs}.${output_files_extension}' '${IsotopologuesAbs}' #else if $type_of_file.type_of_file_selector == "rule_tsv": - cp -rf '${Absolute_isotopologue_abundances}.tsv' '${Absolute_isotopologue_abundances}' + cp -rf '${Absolute_isotopologue_abundances}.${output_files_extension}' '${Absolute_isotopologue_abundances}' #else if $type_of_file.type_of_file_selector == "generic_xlsx": - cp -rf '${sheetname}.tsv' '${isotopologuesCorrValues}' + cp -rf '${sheetname}.${output_files_extension}' '${isotopologuesCorrValues}' #else: - cp -rf '${raw_abundance_sheet_name}.tsv' '${rawAbundances}' && - cp -rf '${frac_contribution_sheet_name}.tsv' '${FracContribution_C}' && - cp -rf '${corrected_isotopologues_sheet_name}.tsv' '${CorrectedIsotopologues}' + cp -rf '${raw_abundance_sheet_name}.${output_files_extension}' '${rawAbundances}' && + cp -rf '${frac_contribution_sheet_name}.${output_files_extension}' '${FracContribution_C}' && + cp -rf '${corrected_isotopologues_sheet_name}.${output_files_extension}' '${CorrectedIsotopologues}' #end if ]]> @@ -98,7 +98,7 @@ - + type_of_file['type_of_file_selector'] == 'IsoCor_out_tsv' @@ -133,11 +133,11 @@
- - - - - + + + + +
@@ -325,7 +325,7 @@ - Normalize by an internal standard (present in your data) at choice. - Print a preview of isotopologues values. -Please visit our Wiki page (https://github.com/cbib/TraceGroomer/wiki) for more information, and how to get help. +Please visit our Wiki page (https://github.com/cbib/TraceGroomer/wiki) for more information, and how to get help. Details of advanced options available in https://github.com/cbib/TraceGroomer/wiki/4-Advanced-options. ]]>