Mercurial > repos > trinity_ctat > concatenate
annotate concatenate.xml @ 0:7a974f285033 draft
Initial commit with concatenate and trinity tools. Still testing.
author | trinity_ctat |
---|---|
date | Mon, 11 Sep 2017 16:40:43 -0400 |
parents | |
children | 1e638acde0cf |
rev | line source |
---|---|
0
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
1 <tool id="catbash" name="Concatenate datasets"> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
2 <description> concatenate datasets from tail to head</description> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
3 <command interpreter="python"> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
4 bash_command_executer.py cat |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
5 $input1 |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
6 #for $q in $queries |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
7 ${q.input2} |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
8 #end for |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
9 > $out_file1 |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
10 </command> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
11 <inputs> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
12 <param name="input1" type="data" label="Concatenate Dataset"/> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
13 <repeat name="queries" title="Dataset"> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
14 <param name="input2" type="data" label="Select" /> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
15 </repeat> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
16 </inputs> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
17 <outputs> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
18 <data name="out_file1" format="input" metadata_source="input1"/> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
19 </outputs> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
20 <tests> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
21 <test> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
22 <param name="input1" value="Sp_ds.left.fq"/> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
23 <param name="input2" value="Sp_hs.left.fq"/> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
24 <output name="out_file1" file="Sp.cat_ds_hs.left.fq"> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
25 <assert_contents> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
26 <has_line_matching expression=".+" /> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
27 </assert_contents> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
28 </output> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
29 </test> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
30 <test> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
31 <param name="input1" value="Sp_ds.right.fq"/> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
32 <param name="input2" value="Sp_hs.right.fq"/> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
33 <output name="out_file1" file="Sp.cat_ds_hs.right.fq"> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
34 <assert_contents> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
35 <has_line_matching expression=".+" /> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
36 </assert_contents> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
37 </output> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
38 </test> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
39 <!--TODO: if possible, enhance the underlying test code to handle this test |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
40 the problem is multiple params with the same name "input2" |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
41 <test> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
42 <param name="input1" value="1.bed"/> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
43 <param name="input2" value="2.bed"/> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
44 <param name="input2" value="3.bed"/> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
45 <output name="out_file1" file="cat_wrapper_out2.bed"/> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
46 </test> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
47 --> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
48 </tests> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
49 <help> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
50 .. class:: infomark |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
51 |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
52 Combine left and right reads of paired ends for different conditions into a single target for Trinity assembly. |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
53 |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
54 If you are following the Trinity RNA-seq protocol please go here_ for a galaxy tool walk through or the Nature Protocols paper_. |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
55 |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
56 .. _here: https://github.com/trinityrnaseq/GalaxyTrinityProtocol/wiki |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
57 .. _paper: http://www.nature.com/nprot/journal/v8/n8/full/nprot.2013.084.html |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
58 </help> |
7a974f285033
Initial commit with concatenate and trinity tools. Still testing.
trinity_ctat
parents:
diff
changeset
|
59 </tool> |