# HG changeset patch # User recetox # Date 1608139710 0 # Node ID 52470d439e50d687f967dc2bb7be7fdbdb5d0400 # Parent 062f4c571a247c1c67a315bd427f4a4fe47b9b93 "planemo upload for repository https://github.com/RECETOX/galaxytools/tools/hdf_converter/ commit 9a479980d3432f6f1a4541bac75b4ccc40d189ee" diff -r 062f4c571a24 -r 52470d439e50 hdf_converter.py --- a/hdf_converter.py Tue Dec 15 17:38:07 2020 +0000 +++ b/hdf_converter.py Wed Dec 16 17:28:30 2020 +0000 @@ -53,8 +53,8 @@ except KeyError: sys.exit("Selected table does not exist in HDF dataframe") - RamClutsr_data = join_samples(aplcms_table) - RamClustr_data = convert_to_RamClustR(RamClutsr_data) + RamClustr_data = join_samples(aplcms_table) + RamClustr_data = convert_to_RamClustR(RamClustr_data) output = args[0] RamClustr_data.to_csv(output, sep=';') print("Table '{}' of HDF dataset is converted to csv for RamClutsR".format(options.table)) diff -r 062f4c571a24 -r 52470d439e50 hdf_converter.xml --- a/hdf_converter.xml Tue Dec 15 17:38:07 2020 +0000 +++ b/hdf_converter.xml Wed Dec 16 17:28:30 2020 +0000 @@ -11,12 +11,12 @@ - - + + - + @@ -26,12 +26,12 @@ `_ input requirements. + Tool to convert apLCMS output to csv file formated in accordance to RamClustR (CSV) input requirements. **Workflow position** - Upstream tool: `apLCMS `_ Unsupervised or Hybrid - - Downstream tool: `RamClustR (CSV) `_ + - Downstream tool: `RamClustR `_ (CSV) ]]> \ No newline at end of file