Mercurial > repos > cjav > split_by_barcode
changeset 3:5cb5f350b053 draft
Uploaded
author | cjav |
---|---|
date | Fri, 06 Sep 2013 13:38:25 -0400 |
parents | 5a9ba0f9ea6f |
children | f40640700846 |
files | ngs-tools_split_by_barcode.xml repository_dependencies.xml tool_dependencies.xml |
diffstat | 3 files changed, 9 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/ngs-tools_split_by_barcode.xml Fri Sep 06 13:17:50 2013 -0400 +++ b/ngs-tools_split_by_barcode.xml Fri Sep 06 13:38:25 2013 -0400 @@ -1,5 +1,8 @@ <tool id="ngs-tools_split_by_barcode" name="Barcode Splitter (ngs-tools)" force_history_refresh="True"> <description></description> + <requirements> + <requirement type="package" version="0.1.4">ngs-tools</requirement> + </requirements> <command> ngs-tools split-by-barcode $keep_barcode $input_format.format
--- a/repository_dependencies.xml Fri Sep 06 13:17:50 2013 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -<?xml version="1.0"?> -<repositories description="This requires ngs-tools as a dependency."> - <!-- Leave out the tool shed and revision to get the current - tool shed and latest revision at the time of upload --> - <repository changeset_revision="f95c90140890" name="package_ngs_tools_0_1_4" owner="cjav" toolshed="http://testtoolshed.g2.bx.psu.edu" /> -</repositories>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Sep 06 13:38:25 2013 -0400 @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="ngs-tools" version="0.1.4"> + <repository changeset_revision="f95c90140890" name="package_ngs_tools_0_1_4" owner="cjav" toolshed="http://testtoolshed.g2.bx.psu.edu" /> + </package> +</tool_dependency>