diff 02_read_counts_tss/countsAroundTSS.xml @ 0:a108d4a59736 draft

Uploaded
author dktanwar
date Tue, 12 Sep 2017 13:48:56 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/02_read_counts_tss/countsAroundTSS.xml	Tue Sep 12 13:48:56 2017 -0400
@@ -0,0 +1,28 @@
+<tool id="countsAroundTSS" name="None" version="0.1.0">
+    <requirements>
+    </requirements>
+    <command detect_errors="exit_code"><![CDATA[
+        Rscript countsAroundTSS.R --input $mm10 --input $500 --input $500 --input $transcripts_mm10_UCSC --output $ENCFF027UTM 
+    ]]></command>
+    <inputs>
+        <param type="data" name="mm10" format="" />
+        <param type="data" name="500" format="" />
+        <param type="data" name="500" format="" />
+        <param type="data" name="transcripts_mm10_UCSC" format="sqlite" />
+    </inputs>
+    <outputs>
+        <data name="ENCFF027UTM" format="txt" />
+    </outputs>
+    <help><![CDATA[
+        TODO: Fill in help.
+    ]]></help>
+    <citations>
+        <citation type="bibtex">
+@misc{renameTODO,
+  author = {LastTODO, FirstTODO},
+  year = {TODO},
+  title = {TODO},
+  url = {https://www.cyberciti.biz/faq/list-the-contents-of-a-tar-or-targz-file/},
+}</citation>
+    </citations>
+</tool>
\ No newline at end of file