Mercurial > repos > galaxyp > maxquant_mqpar
comparison maxquant_mqpar.xml @ 4:9cb7dcc07dae draft default tip
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/maxquant commit 5e4f8567c0145de8c6f9344fe4ee4c3bf2a81e59"
author | galaxyp |
---|---|
date | Fri, 19 Feb 2021 21:25:06 +0000 |
parents | 2d67fb758956 |
children |
comparison
equal
deleted
inserted
replaced
3:2d67fb758956 | 4:9cb7dcc07dae |
---|---|
29 --num_threads=\${GALAXY_SLOTS:-1} | 29 --num_threads=\${GALAXY_SLOTS:-1} |
30 --substitution_rx='@SUBSTITUTION_RX@' | 30 --substitution_rx='@SUBSTITUTION_RX@' |
31 --fasta_files='$fasta_files' | 31 --fasta_files='$fasta_files' |
32 --description_parse_rule='$description_parse_rule' | 32 --description_parse_rule='$description_parse_rule' |
33 --identifier_parse_rule='$identifier_parse_rule' | 33 --identifier_parse_rule='$identifier_parse_rule' |
34 '$mqpar' | 34 '$mqpar_input' |
35 | 35 |
36 && | 36 && |
37 maxquant mqpar.xml | 37 maxquant mqpar.xml |
38 #if 'log' in $output: | 38 #if 'log' in $output: |
39 >> '$log' | 39 >> '$log' |
40 #end if | 40 #end if |
41 && mv '$mqpar' combined/txt/mqpar.xml | 41 && mv mqpar.xml combined/txt/mqpar.xml |
42 #if 'output_all' in $output: | 42 #if 'output_all' in $output: |
43 && | 43 && |
44 tar -zcf '$output_all' ./combined/txt | 44 tar -zcf '$output_all' ./combined/txt |
45 #end if | 45 #end if |
46 | 46 |
100 <valid initial="string.printable"> | 100 <valid initial="string.printable"> |
101 <remove value="'"/> | 101 <remove value="'"/> |
102 </valid> | 102 </valid> |
103 </sanitizer> | 103 </sanitizer> |
104 </param> | 104 </param> |
105 <param type="data" name="mqpar" format="xml" | 105 <param type="data" name="mqpar_input" format="xml" |
106 label="mqpar.xml file with your search parameters. RAW file names | 106 label="mqpar.xml file with your search parameters. RAW file names |
107 must match the names displayed in galaxy. Their paths | 107 must match the names displayed in galaxy. Their paths |
108 from the local machine are ignored. E.g. a file named | 108 from the local machine are ignored. E.g. a file named |
109 'test01.raw' in galaxy can either be named 'test01.raw' or | 109 'test01.raw' in galaxy can either be named 'test01.raw' or |
110 'D:\path\to\test01.raw' in the mqpar.xml."/> | 110 'D:\path\to\test01.raw' in the mqpar.xml."/> |
139 <param name="ftype" value=".mzxml" /> | 139 <param name="ftype" value=".mzxml" /> |
140 <param name="infiles" value="BSA_min_22,BSA_min_21.mzXML" /> | 140 <param name="infiles" value="BSA_min_22,BSA_min_21.mzXML" /> |
141 <param name="fasta_files" value="bsa.fasta" /> | 141 <param name="fasta_files" value="bsa.fasta" /> |
142 <param name="identifier_parse_rule" value=">([^\s]*)" /> | 142 <param name="identifier_parse_rule" value=">([^\s]*)" /> |
143 <param name="description_parse_rule" value=">(.*)" /> | 143 <param name="description_parse_rule" value=">(.*)" /> |
144 <param name="mqpar" value="mqpar.xml" /> | 144 <param name="mqpar_input" value="mqpar.xml" /> |
145 <param name="output" value="evidence,msms,mzTab,allPeptides,msmsScans,mzRange,parameters,peptides,peptideSection,proteinGroups,summary,modificationSpecificPeptides,output_all" /> | 145 <param name="output" value="evidence,msms,mzTab,allPeptides,msmsScans,mzRange,parameters,peptides,peptideSection,proteinGroups,summary,modificationSpecificPeptides,mqpar,output_all" /> |
146 <output name="evidence" file="txt/evidence.txt" /> | 146 <output name="evidence" file="txt/evidence.txt" /> |
147 <output name="msms" file="txt/msms.txt" lines_diff="2" /> | 147 <output name="msms" file="txt/msms.txt" lines_diff="2" /> |
148 <output name="allPeptides" file="txt/allPeptides.txt" lines_diff="32" /> | 148 <output name="allPeptides" file="txt/allPeptides.txt" lines_diff="32" /> |
149 <output name="msmsScans" file="txt/msmsScans.txt" lines_diff="4"/> | 149 <output name="msmsScans" file="txt/msmsScans.txt" lines_diff="4"/> |
150 <output name="mzRange" file="txt/mzRange.txt" /> | 150 <output name="mzRange" file="txt/mzRange.txt" /> |
151 <output name="parameters" file="txt/parameters.txt" lines_diff="8"/> | 151 <output name="parameters" file="txt/parameters.txt" lines_diff="8"/> |
152 <output name="peptides" file="txt/peptides.txt" /> | 152 <output name="peptides" file="txt/peptides.txt" /> |
153 <output name="proteinGroups" file="txt/proteinGroups.txt" /> | 153 <output name="proteinGroups" file="txt/proteinGroups.txt" /> |
154 <output name="summary" file="txt/summary.txt" /> | 154 <output name="summary" file="txt/summary.txt" /> |
155 <output name="modificationSpecificPeptides" file="txt/modificationSpecificPeptides.txt" /> | 155 <output name="modificationSpecificPeptides" file="txt/modificationSpecificPeptides.txt" /> |
156 <output name="mqpar" file="txt/mqpar.xml" lines_diff="8" /> | |
156 </test> | 157 </test> |
157 </tests> | 158 </tests> |
158 <help><![CDATA[ | 159 <help><![CDATA[ |
159 MaxQuant is a quantitative proteomics software package designed for analyzing large mass-spectrometric data sets. | 160 MaxQuant is a quantitative proteomics software package designed for analyzing large mass-spectrometric data sets. |
160 | 161 |