changeset 0:418f50e0f1f6 draft

Uploaded
author jbrayet
date Thu, 29 Oct 2015 10:19:51 -0400
parents
children 8e0da6d34a15
files tool_dependencies.xml
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Thu Oct 29 10:19:51 2015 -0400
@@ -0,0 +1,14 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="docker_nc_pro_seq" version="0.1">
+        <install version="1.0">
+            <actions>
+		<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>