Mercurial > repos > iuc > bedtools
annotate maskFastaBed.xml @ 49:5074e81a5ce1 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 0a8cabcc8f00014789b6d30e90be1b949d4e94d2
| author | iuc |
|---|---|
| date | Mon, 17 Dec 2018 14:20:10 -0500 |
| parents | 2f457890d8c8 |
| children | df28283b3778 |
| rev | line source |
|---|---|
|
48
2f457890d8c8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit fc3616bd1463afef9681cd7c431ac29f79e37e74
iuc
parents:
42
diff
changeset
|
1 <tool id="bedtools_maskfastabed" name="bedtools MaskFastaBed" version="@WRAPPER_VERSION@"> |
|
17
a2d4c30ba2f9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 0887009a23d176b21536c9fd8a18c4fecc417d4f
iuc
parents:
8
diff
changeset
|
2 <description>use intervals to mask sequences from a FASTA file</description> |
| 8 | 3 <macros> |
| 4 <import>macros.xml</import> | |
| 5 </macros> | |
| 6 <expand macro="requirements" /> | |
| 7 <expand macro="stdio" /> | |
| 8 <command> | |
| 9 <![CDATA[ | |
| 10 bedtools maskfasta | |
| 11 $soft | |
|
35
ac2040a5e6ff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 542ddc9e98cee5cc2a9e4caae945dee4b2c747b8
iuc
parents:
26
diff
changeset
|
12 -mc '${mc}' |
|
ac2040a5e6ff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 542ddc9e98cee5cc2a9e4caae945dee4b2c747b8
iuc
parents:
26
diff
changeset
|
13 -fi '${fasta}' |
|
ac2040a5e6ff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 542ddc9e98cee5cc2a9e4caae945dee4b2c747b8
iuc
parents:
26
diff
changeset
|
14 -bed '${input}' |
|
ac2040a5e6ff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 542ddc9e98cee5cc2a9e4caae945dee4b2c747b8
iuc
parents:
26
diff
changeset
|
15 -fo '${output}' |
|
ac2040a5e6ff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 542ddc9e98cee5cc2a9e4caae945dee4b2c747b8
iuc
parents:
26
diff
changeset
|
16 $fullheader |
| 8 | 17 ]]> |
| 18 </command> | |
| 19 <inputs> | |
|
42
d279800f4ff9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit b75b9e79cf3186a22dc2e1e9d27c1a080b891b59
iuc
parents:
35
diff
changeset
|
20 <param format="@STD_BEDTOOLS_INPUTS@" name="input" type="data" label="@STD_BEDTOOLS_INPUT_LABEL@ file"/> |
| 8 | 21 <param format="fasta" name="fasta" type="data" label="Fasta file"/> |
| 22 <param name="soft" type="boolean" checked="false" truevalue="-soft" falsevalue="" | |
| 23 label="Soft-mask (that is, convert to lower-case bases) the FASTA sequence" | |
| 24 help="By default, hard-masking (that is, conversion to Ns) is performed. (-soft)" /> | |
|
26
c0fbce5dc84a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 19967671ddd4e750f53d71274e5c12325a402811
iuc
parents:
17
diff
changeset
|
25 <param name="mc" type="text" value="N" |
| 8 | 26 label="Replace masking character" |
| 27 help="That is, instead of masking with Ns, use another character. (-mc)" /> | |
|
49
5074e81a5ce1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 0a8cabcc8f00014789b6d30e90be1b949d4e94d2
iuc
parents:
48
diff
changeset
|
28 <param argument="-fullHeader" name="fullheader" type="boolean" truevalue="-fullHeader" falsevalue="" |
|
35
ac2040a5e6ff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 542ddc9e98cee5cc2a9e4caae945dee4b2c747b8
iuc
parents:
26
diff
changeset
|
29 label="Use full fasta header." |
|
ac2040a5e6ff
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 542ddc9e98cee5cc2a9e4caae945dee4b2c747b8
iuc
parents:
26
diff
changeset
|
30 help="By default, only the word before the first space or tab is used"/> |
| 8 | 31 </inputs> |
| 32 <outputs> | |
| 33 <data format="fasta" name="output" /> | |
| 34 </outputs> | |
| 35 <tests> | |
| 36 <test> | |
| 37 <param name="input" value="nucBed1.bed" ftype="bed" /> | |
| 38 <param name="fasta" value="nucBed1.fasta" ftype="fasta" /> | |
| 39 <param name="soft" value="False" /> | |
|
49
5074e81a5ce1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 0a8cabcc8f00014789b6d30e90be1b949d4e94d2
iuc
parents:
48
diff
changeset
|
40 <output name="output" file="maskFastaBed_result1.fasta" ftype="fasta" /> |
| 8 | 41 </test> |
| 42 <test> | |
| 43 <param name="input" value="nucBed1.bed" ftype="bed" /> | |
| 44 <param name="fasta" value="nucBed1.fasta" ftype="fasta" /> | |
| 45 <param name="soft" value="True" /> | |
|
49
5074e81a5ce1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 0a8cabcc8f00014789b6d30e90be1b949d4e94d2
iuc
parents:
48
diff
changeset
|
46 <output name="output" file="maskFastaBed_result2.fasta" ftype="fasta" /> |
|
5074e81a5ce1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 0a8cabcc8f00014789b6d30e90be1b949d4e94d2
iuc
parents:
48
diff
changeset
|
47 </test> |
|
5074e81a5ce1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 0a8cabcc8f00014789b6d30e90be1b949d4e94d2
iuc
parents:
48
diff
changeset
|
48 <test> |
|
5074e81a5ce1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 0a8cabcc8f00014789b6d30e90be1b949d4e94d2
iuc
parents:
48
diff
changeset
|
49 <param name="input" value="nucBed1.bed" ftype="bed" /> |
|
5074e81a5ce1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 0a8cabcc8f00014789b6d30e90be1b949d4e94d2
iuc
parents:
48
diff
changeset
|
50 <param name="fasta" value="nucBed1.fasta" ftype="fasta" /> |
|
5074e81a5ce1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 0a8cabcc8f00014789b6d30e90be1b949d4e94d2
iuc
parents:
48
diff
changeset
|
51 <param name="soft" value="True" /> |
|
5074e81a5ce1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 0a8cabcc8f00014789b6d30e90be1b949d4e94d2
iuc
parents:
48
diff
changeset
|
52 <param name="fullheader" value="True" /> |
|
5074e81a5ce1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 0a8cabcc8f00014789b6d30e90be1b949d4e94d2
iuc
parents:
48
diff
changeset
|
53 <output name="output" file="maskFastaBed_result3.fasta" ftype="fasta" /> |
| 8 | 54 </test> |
| 55 </tests> | |
| 56 <help> | |
| 57 <![CDATA[ | |
| 58 **What it does** | |
| 59 | |
| 60 bedtools maskfasta masks sequences in a FASTA file based on intervals defined in a feature file. The headers in the input FASTA file must exactly match the chromosome column in the feature file. This may be useful fro creating your own masked genome file based on custom annotations or for masking all but your target regions when aligning sequence data from a targeted capture experiment. | |
| 61 | |
| 62 .. image:: $PATH_TO_IMAGES/maskfasta-glyph.png | |
| 63 | |
| 64 @REFERENCES@ | |
| 65 ]]> | |
| 66 </help> | |
| 67 <expand macro="citations" /> | |
| 68 </tool> |
