annotate trfBig.xml @ 0:ba819b65bef3 draft default tip

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