Previous changeset 1:8d3dec059275 (2016-02-22) Next changeset 3:b957ae7e09c0 (2016-03-31) |
Commit message:
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/group_humann2_uniref_abundances_to_GO commit ec57288980629acd7768b28d1fbc94fc12f23561-dirty |
modified:
group_humann2_uniref_abundances_to_go.xml tool_dependencies.xml |
b |
diff -r 8d3dec059275 -r 64ef7636d315 group_humann2_uniref_abundances_to_go.xml --- a/group_humann2_uniref_abundances_to_go.xml Mon Feb 22 09:43:44 2016 -0500 +++ b/group_humann2_uniref_abundances_to_go.xml Tue Feb 23 05:22:01 2016 -0500 |
b |
@@ -1,11 +1,11 @@ -<tool id="group_humann2_uniref_abundances_to_go" name="Group HUMAnN2 UniRef50 abundances" version="0.1.0"> +<tool id="group_humann2_uniref_abundances_to_go" name="Group HUMAnN2 UniRef50 abundances" version="1.0.0"> <description>to Gene Ontology (GO) slim terms</description> <requirements> <requirement type="package" version="1.9">numpy</requirement> <requirement type="package" version="2.0">humann2</requirement> <requirement type="package" version="0.5.9">goatools</requirement> - <requirement type="package" version="0.1">group_humann2_uniref_abundances_to_GO</requirement> + <requirement type="package" version="1.0.0">group_humann2_uniref_abundances_to_GO</requirement> </requirements> <stdio> @@ -114,6 +114,7 @@ ]]></help> <citations> + <citation type="doi">10.5281/zenodo.46401</citation> <citation type="doi">10.5281/zenodo.31628</citation> </citations> </tool> \ No newline at end of file |
b |
diff -r 8d3dec059275 -r 64ef7636d315 tool_dependencies.xml --- a/tool_dependencies.xml Mon Feb 22 09:43:44 2016 -0500 +++ b/tool_dependencies.xml Tue Feb 23 05:22:01 2016 -0500 |
b |
@@ -9,10 +9,10 @@ <package name="goatools" version="0.5.9"> <repository changeset_revision="adbc6f21f132" name="package_goatools_0_5_9" owner="bebatut" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> - <package name="group_humann2_uniref_abundances_to_GO" version="0.1"> + <package name="group_humann2_uniref_abundances_to_GO" version="1.0.0"> <install version="1.0"> <actions> - <action type="download_by_url">https://github.com/ASaiM/group_humann2_uniref_abundances_to_GO/archive/v0.2.1.zip</action> + <action type="download_by_url">https://github.com/ASaiM/group_humann2_uniref_abundances_to_GO/archive/v1.0.0.zip</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR/</destination_directory> |