changeset 1:6c899e228df3 draft

Uploaded v0.0.0a, include repository_dependencies.xml for samtools dependency
author peterjc
date Thu, 31 Oct 2013 07:59:32 -0400
parents 7b96d8a3262f
children 6e145e4715a7
files tools/clc_assembly_cell/README.rst tools/clc_assembly_cell/repository_dependencies.xml
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/clc_assembly_cell/README.rst	Thu Oct 31 07:57:41 2013 -0400
+++ b/tools/clc_assembly_cell/README.rst	Thu Oct 31 07:59:32 2013 -0400
@@ -86,7 +86,7 @@
 For making the "Galaxy Tool Shed" http://toolshed.g2.bx.psu.edu/ tarball use
 the following command from the Galaxy root folder::
 
-    $ tar -czf clcbio.tar.gz tools/clc_assembly_cell/README.rst tools/clc_assembly_cell/clc_assembler.xml tools/clc_assembly_cell/clc_mapper.xml
+    $ tar -czf clcbio.tar.gz tools/clc_assembly_cell/README.rst tools/clc_assembly_cell/clc_assembler.xml tools/clc_assembly_cell/clc_mapper.xml tools/clc_assembly_cell/repository_dependencies.xml
 
 Check this worked::
 
@@ -94,6 +94,7 @@
     tools/clc_assembly_cell/README.rst
     tools/clc_assembly_cell/clc_assembler.xml
     tools/clc_assembly_cell/clc_mapper.xml
+    tools/clc_assembly_cell/repository_dependencies.xml
 
 
 Licence (MIT)
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/clc_assembly_cell/repository_dependencies.xml	Thu Oct 31 07:59:32 2013 -0400
@@ -0,0 +1,4 @@
+<?xml version="1.0"?>
+<repositories description="This requires samtools (to generate a BAM file)">
+    <repository changeset_revision="54195f1d4b0f" name="package_samtools_0_1_19" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu" />
+</repositories>