changeset 4:9988fed77d21 draft default tip

Uploaded
author jbrayet
date Thu, 28 Jan 2016 09:36:41 -0500
parents b3d525adf5ba
children
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jan 28 09:19:52 2016 -0500
+++ b/tool_dependencies.xml	Thu Jan 28 09:36:41 2016 -0500
@@ -1,13 +1,14 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="docker_ncproseqgalaxy" version="0.2">
+    <package name="docker_nc_pro_seq" version="0.1">
         <install version="1.0">
             <actions>
-                <action type="shell_command">docker pull institutcuriengsintegration/ncproseqgalaxy:1.6.5</action>
+		<action type="shell_command">wget Dockerfile http://sourceforge.net/projects/ncproseq/files/docker/Dockerfile -P /var/lib/docker</action>
+                <action type="shell_command">docker build -t ncpro:1.0 - &lt; /var/lib/docker/Dockerfile</action>
             </actions>
         </install>
         <readme>
-
+ncPRO-seq (Non-Coding RNA PROfiling in sRNA-seq) is a tool for annotation and profiling of ncRNAs using deep-sequencing data developed by the Bioinformatics Laboratory of the institut Curie. This comprehensive and flexible ncRNA analysis pipeline, aims in interrogating and performing detailed analysis on small RNAs derived from annotated non-coding regions in miRBase, Rfam and repeatMasker, and regions defined by users. The ncPRO-seq pipeline also has a module to identify regions significantly enriched with short reads that can not be classified as known ncRNA families.
         </readme>
     </package>
 </tool_dependency>