Mercurial > repos > marpiech > rnaseq_pro_workflow_tools
comparison countmatrixforedger.xml @ 1:ddde82ae5dea draft
planemo upload
author | marpiech |
---|---|
date | Sun, 11 Dec 2016 18:57:58 -0500 |
parents | c5a812cdf478 |
children | 27e62af48a5a |
comparison
equal
deleted
inserted
replaced
0:c5a812cdf478 | 1:ddde82ae5dea |
---|---|
7 <![CDATA[ | 7 <![CDATA[ |
8 #for $i, $s in enumerate( $sample )# | 8 #for $i, $s in enumerate( $sample )# |
9 echo -e ${s.sample_data}"\t"${s.sample_name}"\t"${s.sample_group} >> script.data; | 9 echo -e ${s.sample_data}"\t"${s.sample_name}"\t"${s.sample_group} >> script.data; |
10 #end for# | 10 #end for# |
11 | 11 |
12 cat script.data > /tmp/script.data; | |
13 $__tool_directory__/tools/scrsh.sh script.data; | 12 $__tool_directory__/tools/scrsh.sh script.data; |
14 | 13 |
15 cat count.matrix > $count_matrix; | 14 cat count.matrix > $count_matrix; |
16 cat annotation > $annotation; | 15 cat annotation > $annotation; |
17 cat script.log > $log; | 16 cat script.log > $log; |
25 <param name="sample_name" type="text" label="" help="" /> | 24 <param name="sample_name" type="text" label="" help="" /> |
26 <param name="sample_group" type="text" label="" help="" /> | 25 <param name="sample_group" type="text" label="" help="" /> |
27 </repeat> | 26 </repeat> |
28 </inputs> | 27 </inputs> |
29 <outputs> | 28 <outputs> |
30 <!-- <data name="output" format="data" /> --> | |
31 <data name="count_matrix" format="data" /> | 29 <data name="count_matrix" format="data" /> |
32 <data name="annotation" format="data" /> | 30 <data name="annotation" format="data" /> |
33 <data name="log" format="data" /> | 31 <data name="log" format="data" /> |
34 <data name="error_log" format="data" /> | 32 <data name="error_log" format="data" /> |
35 </outputs> | 33 </outputs> |
36 <tests> | 34 <tests> |
37 <!-- <test> | |
38 <param name="sample_0|sample_data" value="data1" /> | |
39 <param name="sample_1|sample_data" value="data2" /> | |
40 <param name="sample_2|sample_data" value="data3" /> | |
41 <param name="sample_3|sample_data" value="data4" /> | |
42 <param name="sample_0|sample_name" value="sample1" /> | |
43 <param name="sample_1|sample_name" value="sample2" /> | |
44 <param name="sample_2|sample_name" value="sample3" /> | |
45 <param name="sample_3|sample_name" value="sample4" /> | |
46 <param name="sample_0|sample_group" value="gr1" /> | |
47 <param name="sample_1|sample_group" value="gr1" /> | |
48 <param name="sample_2|sample_group" value="gr2" /> | |
49 <param name="sample_3|sample_group" value="gr2" /> | |
50 <output name="output" file="output"/> | |
51 | |
52 </test> --> | |
53 <test> | 35 <test> |
54 <param name="sample_0|sample_data" value="data1" /> | 36 <param name="sample_0|sample_data" value="data1" /> |
55 <param name="sample_1|sample_data" value="data2" /> | 37 <param name="sample_1|sample_data" value="data2" /> |
56 <param name="sample_2|sample_data" value="data3" /> | 38 <param name="sample_2|sample_data" value="data3" /> |
57 <param name="sample_3|sample_data" value="data4" /> | 39 <param name="sample_3|sample_data" value="data4" /> |
70 </test> | 52 </test> |
71 | 53 |
72 </tests> | 54 </tests> |
73 <help> | 55 <help> |
74 <![CDATA[ | 56 <![CDATA[ |
75 | |
76 tutaj cos bedzie | |
77 ]]> | 57 ]]> |
78 </help> | 58 </help> |
79 <citations> | 59 <citations> |
80 <citation type="bibtex"> | 60 <citation> |
81 @article{Berenger2014, | |
82 doi = {10.1186/1758-2946-6-23}, | |
83 url = {http://dx.doi.org/10.1186/1758-2946-6-23}, | |
84 year = {2014}, | |
85 publisher = {Springer Nature}, | |
86 volume = {6}, | |
87 number = {1}, | |
88 pages = {23}, | |
89 author = {Francois Berenger and Arnout Voet and Xiao Lee and Kam YJ Zhang}, | |
90 title = {A rotation-translation invariant molecular descriptor of partial charges and its use in ligand-based virtual screening}, | |
91 journal = {Journal of Cheminformatics} | |
92 } | |
93 </citation> | 61 </citation> |
94 </citations> | 62 </citations> |
95 </tool> | 63 </tool> |