annotate trfBig.xml @ 0:e45bd0ffc1a4 draft default tip

planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
author rmarenco
date Thu, 14 Jul 2016 17:00:29 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
1 <tool id="trfBig" name="TrfBig" version="0.1.0">
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
2 <description>trfBig - Mask tandem repeats on a big sequence file</description>
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
3 <requirements>
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
4 <requirement type="package" version="4.07b">trf</requirement>
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
5 <!--<requirement type="package" version="324">ucsc-trfbig</requirement>-->
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
6 <requirement type="package" version="1.0">trfBig</requirement>
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
7 </requirements>
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
8 <stdio>
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
9 <exit_code range="1:" />
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
10 </stdio>
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
11 <command>
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
12 trfBig -bedAt=$output $input /dev/null
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
13 </command>
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
14 <inputs>
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
15 <param format="fasta" name="input" type="data" />
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
16 </inputs>
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
17 <outputs>
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
18 <data format="bed" name="output" />
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
19 </outputs>
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
20 <help>
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
21 This will repeatedly run trf to mask tandem repeats in infile
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
22 and put masked results in outFile. inFile and outFile can be .fa
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
23 or .nib format. Outfile can be .bed as well. Sequence output is hard
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
24 masked, lowercase.
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
25 </help>
e45bd0ffc1a4 planemo upload for repository https://github.com/remimarenco/trfBig commit 97fd3895fbafc69df1a1c4092f261ba23fc0bd0b-dirty
rmarenco
parents:
diff changeset
26 </tool>