1
|
1 <tool id="interactions" name="rnaInteractions" >
|
|
2 <requirements>
|
|
3 <container type="docker">bianca7/lncrna:interactions</container>
|
|
4 </requirements>
|
|
5 <description>RNA-RNA interactions from RISE and NPINTER databases</description>
|
|
6 <stdio>
|
|
7 <exit_code range="1:" level="fatal" />
|
|
8 </stdio>
|
|
9 <command><![CDATA[ Rscript /code/interactions.R $RNAs_file && cp bim_triplnetwork.tsv "$output1" && cp cs_triplnetwork.tsv "$output2" && cp bim_mRNAtarget.tsv "$output3" && cp cs_mRNAtarget.tsv "$output4" && cp not_found_interactions.tsv "$output5"
|
|
10 ]]></command>
|
|
11 <inputs>
|
|
12 <param format="tabular,txt" name="RNAs_file" type="data" label="differentially expressed RNA molecules (RankProd output in our lncRNA workflow)" />
|
|
13 </inputs>
|
|
14 <outputs>
|
|
15 <data format="tabular" name="output1" label="Interactions' triplets (biotranslator input)"/>
|
|
16 <data format="tabular" name="output2" label="Interactions' triplets (cytoscape input)"/>
|
|
17 <data format="tabular" name="output3" label="mRNA reverse expressions (biotranslator input)"/>
|
|
18 <data format="tabular" name="output4" label="mRNA reverse expressions (cytoscape input)"/>
|
|
19 <data format="tabular" name="output5" label="RNAs not found in interactions' DBs (RiBlast input)"/>
|
|
20 </outputs>
|
|
21 </tool>
|