Mercurial > repos > galaxyp > fragpipe
diff fragpipe.xml @ 4:e969a182e3cb draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fragpipe commit f98d62a3e8aef1dd26fa64eff5c19f5773652d43
author | galaxyp |
---|---|
date | Fri, 13 Dec 2024 15:17:28 +0000 |
parents | da9ebef968bd |
children |
line wrap: on
line diff
--- a/fragpipe.xml Thu Sep 12 08:06:44 2024 +0000 +++ b/fragpipe.xml Fri Dec 13 15:17:28 2024 +0000 @@ -200,6 +200,57 @@ </output_collection> </test> <test expect_num_outputs="11"> + <param name="inputs" value="default/test1.mzML,default/test2.mzML" ftype="mzml"/> + <param name="database_name" value="default/test.fasta" ftype="fasta"/> + <param name="manifest" value="default/test.manifest" ftype="tabular"/> + <param name="workflow_name" value="Default"/> + <param name="label_free_quantification_run" value="ionquant"/> + <param name="output_options" value="workflow,log,combined_outputs,concatenated_outputs"/> + <param name="license_agreements" value="true"/> + <param name="run_psm_validation" value="msbooster_percolator"/> + <output name="concat_psm_tsv" ftype="tabular"> + <assert_contents> + <has_text text="Experiment	Spectrum	Spectrum File	Peptide	Modified Peptide	Extended Peptide	Prev AA	Next AA	Peptide Length	Charge	Retention	Observed Mass	Calibrated Observed Mass	Observed M/Z	Calibrated Observed M/Z	Calculated Peptide Mass	Calculated M/Z	Delta Mass	SpectralSim	RTScore	Expectation	Hyperscore	Nextscore	PeptideProphet Probability	Number of Enzymatic Termini	Number of Missed Cleavages	Protein Start	Protein End	Intensity	Assigned Modifications	Observed Modifications	Purity	Is Unique	Protein	Protein ID	Entry Name	Gene	Protein Description	Mapped Genes	Mapped Proteins"/> + <has_text text="sample1"/> + </assert_contents> + </output> + <output name="concat_ion_tsv" ftype="tabular"> + <assert_contents> + <has_text text="Experiment	Peptide Sequence	Modified Sequence	Prev AA	Next AA	Peptide Length	Protein Start	Protein End	M/Z	Charge	Observed Mass	Probability	Expectation	Spectral Count	Intensity	Assigned Modifications	Observed Modifications	Protein	Protein ID	Entry Name	Gene	Protein Description	Mapped Genes	Mapped Proteins"/> + <has_text text="sample1"/> + </assert_contents> + </output> + <output name="concat_peptide_tsv" ftype="tabular"> + <assert_contents> + <has_text text="Experiment	Peptide	Prev AA	Next AA	Peptide Length	Protein Start	Protein End	Charges	Probability	Spectral Count	Intensity	Assigned Modifications	Observed Modifications	Protein	Protein ID	Entry Name	Gene	Protein Description	Mapped Genes	Mapped Proteins"/> + <has_text text="sample1"/> + </assert_contents> + </output> + <output name="concat_protein_tsv" ftype="tabular"> + <assert_contents> + <has_text text="Experiment	Protein	Protein ID	Entry Name	Gene	Length	Organism	Protein Description	Protein Existence	Coverage	Protein Probability	Top Peptide Probability	Total Peptides	Unique Peptides	Razor Peptides	Total Spectral Count	Unique Spectral Count	Razor Spectral Count	Total Intensity	Unique Intensity	Razor Intensity	Razor Assigned Modifications	Razor Observed Modifications	Indistinguishable Proteins"/> + <has_text text="sample1"/> + </assert_contents> + </output> + <output name="output_workflow" ftype="txt" file="default/outputs/workflow_msbooster_percolator.txt" compare="contains"> + <assert_contents> + <has_text text="crystalc.run-crystalc=false"/> + </assert_contents> + </output> + <output name="log" ftype="txt"> + <assert_contents> + <has_text text="FragPipe version 20.0"/> + </assert_contents> + </output> + <output_collection name="combined_outputs" type="list"> + <element name="combined_protein.tsv" ftype="tabular"> + <assert_contents> + <has_text text="Protein	Protein ID	Entry Name	Gene	Protein Length	Organism	Protein Existence	Description	Protein Probability	Top Peptide Probability	Combined Total Peptides	Combined Spectral Count	Combined Unique Spectral Count	Combined Total Spectral Count	sample1 Spectral Count	sample2 Spectral Count	sample1 Intensity	sample2 Intensity	Indistinguishable Proteins"/> + </assert_contents> + </element> + </output_collection> + </test> + <test expect_num_outputs="11"> <param name="inputs" value="tmt11/test1.mzML,tmt11/test2.mzML" ftype="mzml"/> <param name="database_name" value="tmt11/test.fasta" ftype="fasta"/> <param name="manifest" value="tmt11/test.manifest" ftype="tabular"/>