Mercurial > repos > iuc > rgrnastar
diff macros.xml @ 16:dd0baa73558d draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/rgrnastar commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e"
author | iuc |
---|---|
date | Thu, 28 Nov 2019 20:45:51 +0000 |
parents | a8d5abf21cb3 |
children | 2a75b3cde55e |
line wrap: on
line diff
--- a/macros.xml Fri Aug 30 08:08:02 2019 -0400 +++ b/macros.xml Thu Nov 28 20:45:51 2019 +0000 @@ -1,8 +1,9 @@ <macros> <!-- REMEMBER to bump the version of rna_star_index_builder_data_manager whenever you make changes to the following two version tokens! - The data manager uses a symlink to this macro file to keep the versions in - sync. --> + The data manager uses a symlink to this macro file to keep the STAR and + the index versions in sync, but you should manually adjust the +galaxy + version number. --> <!-- STAR version to be used --> <token name="@VERSION@">2.7.2b</token> <!-- STAR index version compatible with this version of STAR @@ -18,6 +19,7 @@ <requirements> <requirement type="package" version="@VERSION@">star</requirement> <requirement type="package" version="1.9">samtools</requirement> + <yield /> </requirements> </xml>