Mercurial > repos > galaxyp > bibliospec
annotate BlibFilter.xml @ 0:5a4801b7d106 draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
author | galaxyp |
---|---|
date | Tue, 08 May 2018 14:16:45 -0400 |
parents | |
children |
rev | line source |
---|---|
0
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
1 <tool id="BlibFilter" name="BlibFilter" version="@VERSION@.0"> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
2 <description>remove redundant spectra from a library</description> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
3 <macros> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
4 <import>macros.xml</import> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
5 </macros> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
6 <expand macro="requirements" /> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
8 BlibFilter |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
9 --min-peaks $min_peaks |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
10 --min-score $min_score |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
11 --best-scoring $best_scoring |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
12 '$redundant_blib' '$filtered_blib' |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
13 #if $convert_to_ms2: |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
14 && BlibToMs2 -f '$ms2' '$filtered_blib' |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
15 #end if |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
16 ]]></command> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
17 <inputs> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
18 <param name="redundant_blib" type="data" format="sqlite" label="Redundant Blib"/> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
19 <param name="min_peaks" type="integer" value="1" min="1" |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
20 label="Only include spectra with at least this peaks" |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
21 help="--min-peaks"/> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
22 <param name="min_score" type="float" value="0" min="0" |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
23 label="Best spectrum must have at least this average score to be included." |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
24 help="--min-score"/> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
25 <param name="best_scoring" type="boolean" truevalue="1" falsevalue="0" checked="false" |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
26 label="Use best scoring"/> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
27 <param name="convert_to_ms2" type="boolean" truevalue="yes" falsevalue="no" label="Output a MS2"/> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
28 </inputs> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
29 <outputs> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
30 <data name="filtered_blib" format="sqlite" label="Filtered Blib"/> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
31 <data name="ms2" format="ms2" label="MS2 from ${on_string}" from_work_dir="spectra.ms2" > |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
32 <filter>convert_to_ms2 == True</filter> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
33 </data> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
34 </outputs> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
35 <tests> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
36 <test> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
37 <param name="redundant_blib" ftype="sqlite" value="msgf.blib"/> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
38 <param name="convert_to_ms2" value="True"/> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
39 <output name="ms2"> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
40 <assert_contents> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
41 <has_text_matching expression="D\tseq\tFKWNGTDTNSAAEK" /> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
42 <has_text_matching expression="D\tmodified seq\tFKWNGTDTNSAAEK" /> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
43 </assert_contents> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
44 </output> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
45 </test> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
46 </tests> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
47 <help><![CDATA[ |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
48 BiblioSpec_ is a suite of software tools for creating and searching MS/MS peptide spectrum libraries. |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
49 |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
50 BlibFilter_ creates a library of peptide MS/MS spectra from a variety of different database search results. |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
51 |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
52 :: |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
53 |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
54 Usage: BlibFilter [options] <redundant-library> <filtered-library> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
55 |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
56 Options: |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
57 -m [ --memory-cache ] arg (=250) SQLite memory cache size in Megs. Default |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
58 250M. |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
59 -n [ --min-peaks ] arg (=1) Only include spectra with at least this |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
60 many peaks. Default 1. |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
61 -s [ --min-score ] arg (=0) Best spectrum must have at least this |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
62 average score to be included. Default 0. |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
63 -b [ --best-scoring ] arg (=0) Description of option. Default false. |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
64 -p [ --parameter-file ] arg File containing search parameters. Command |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
65 line values override file values. |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
66 -v [ --verbosity ] arg (=status) Control the level of output to stderr. |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
67 (silent, error, status, warn, debug, |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
68 detail, all) Default status. |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
69 -h [ --help ] Print help message. |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
70 |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
71 |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
72 .. _BlibFilter: https://skyline.ms/wiki/home/software/BiblioSpec/page.view?name=BlibFilter |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
73 .. _BiblioSpec: https://skyline.ms/project/home/software/BiblioSpec/begin.view? |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
74 ]]></help> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
75 <expand macro="citations" /> |
5a4801b7d106
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/bibliospec commit 68cd288246e3678dc92a179f1f022d30c0f11ce7
galaxyp
parents:
diff
changeset
|
76 </tool> |