Mercurial > repos > iracooke > spectrast
diff spectrast_create.xml @ 8:276ff5e1732c draft
Add spectrast_filter tool
| author | iracooke |
|---|---|
| date | Wed, 20 May 2015 01:35:51 -0400 |
| parents | c10b55821212 |
| children | f6fd2798879a |
line wrap: on
line diff
--- a/spectrast_create.xml Tue May 19 22:36:35 2015 -0400 +++ b/spectrast_create.xml Wed May 20 01:35:51 2015 -0400 @@ -26,7 +26,13 @@ --instrument-acquisition $instrument_acquisition - -o output + -o library; + + mkdir -p $output.extra_files_path; + + cp library.splib library.spidx library.pepidx $output.extra_files_path/; + + echo "Spectral Library Primary File" > $output </command> @@ -41,13 +47,12 @@ <param name="instrument_acquisition" help="Set the instrument and acquisition settings of the spectra (in case not specified in data files). Examples: CID, ETD, CID-QTOF, HCD. The latter two are treated as high-mass accuracy spectra." type="text" value="CID-QTOF" label="Decoy String" size="20"/> - <param name="p_thresh" help="Matches scoring less than this value are discarded" type="float" value="0.95" min="0" max="1" label="Probability Threshold"/> - + <param name="p_thresh" help="Matches scoring less than this value are discarded" type="float" value="0.99" min="0" max="1" label="Probability Threshold"/> </inputs> <outputs> - <data format="splib" name="output" from_work_dir="output.splib"/> + <data format="splib" name="output"/> </outputs> </tool>
