comparison SAINT_preprocessing.xml @ 79:a51c0e6d7d99 draft

Uploaded
author bornea
date Fri, 05 May 2017 20:13:24 -0400
parents e382e24af909
children 6ad498eac0e2
comparison
equal deleted inserted replaced
78:211fd8ae6edc 79:a51c0e6d7d99
1 <tool id="SAINT_preprocessing_v5" name="SAINT pre-processing"> 1 <tool id="SAINT_preprocessing_v6" name="SAINT pre-processing">
2 <description></description> 2 <description></description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 #if (str($type_select.type) == 'Scaffold'): 4 #if (str($type_select.type) == 'Scaffold'):
5 SAINT_preprocessing.py $type_select.input $type_select.preybool $type_select.fasta_db $Inter_file $Prey_file 5 SAINT_preprocessing.py $type_select.input $type_select.preybool $type_select.fasta_db $Inter_file $Prey_file
6 " 6 "
21 #end for 21 #end for
22 " 22 "
23 $Bait_file \$INSTALL_RUN_PATH/ $type_select.bait_bool $type_select.bait_file_in 23 $Bait_file \$INSTALL_RUN_PATH/ $type_select.bait_bool $type_select.bait_file_in
24 #elif (str($type_select.type) == 'Peptideshaker'): 24 #elif (str($type_select.type) == 'Peptideshaker'):
25 Protein_report_processing.py "$type_select.input" $Bait_file $type_select.use_metric $type_select.fasta_db $type_select.preybool 25 Protein_report_processing.py "$type_select.input" $Bait_file $type_select.use_metric $type_select.fasta_db $type_select.preybool
26 "
27 #for $ba in $bait
28 ${ba.bait1}
29 ${ba.assign}
30 ${ba.T_C}
31 #end for
32 "
33 \$INSTALL_RUN_PATH/ $type_select.bait_bool $type_select.bait_file_in $Inter_file $Prey_file
34 #elif (str($type_select.type) == 'Peptideshaker_ordered_input'):
35 Protein_report_processing.py
36 #set $protein_files=[]
37 #for $i1, $protein_input in enumerate($type_select.protein_inputs)
38 #silent $protein_files.append(str($protein_input.protein_file))
39 #end for
40 #echo ','.join($protein_files)
41 $Bait_file $type_select.use_metric $type_select.fasta_db $type_select.preybool
26 " 42 "
27 #for $ba in $bait 43 #for $ba in $bait
28 ${ba.bait1} 44 ${ba.bait1}
29 ${ba.assign} 45 ${ba.assign}
30 ${ba.T_C} 46 ${ba.T_C}
80 <param type="boolean" name="preybool" checked="true" label="Create Prey File"/> 96 <param type="boolean" name="preybool" checked="true" label="Create Prey File"/>
81 <param type="data" name="fasta_db" format="fasta" label="Provide Uniprot Fasta database" optional="true"/> 97 <param type="data" name="fasta_db" format="fasta" label="Provide Uniprot Fasta database" optional="true"/>
82 <param name="bait_bool" type="boolean" checked="true" label="Are You Providing Your Own bait file?"/> 98 <param name="bait_bool" type="boolean" checked="true" label="Are You Providing Your Own bait file?"/>
83 <param type="data" format="dat" name="bait_file_in" label="Bait File" optional="true"/> 99 <param type="data" format="dat" name="bait_file_in" label="Bait File" optional="true"/>
84 </when> 100 </when>
101 <when value="Peptideshaker_ordered_input">
102 <repeat name = "protein_inputs" min="1" title="Input PeptideShaker Protein Result File">
103 <param format="tabular" name="protein_file" type="data" label="Peptideshaker Output" multiple="false"/>
104 </repeat>
105 <param type="select" name="use_metric" label="Select Report File Value for Quantification">
106 <option value="Validated_Peptides">#Validated Peptides</option>
107 <option value="Peptides">#Peptides</option>
108 <option value="Unique">#Unique</option>
109 <option value="Validated_PSMs">#Validated PSMs</option>
110 <option value="PSMs">#PSMs</option>
111 </param>
112 <param type="boolean" name="preybool" checked="true" label="Create Prey File"/>
113 <param type="data" name="fasta_db" format="fasta" label="Provide Uniprot Fasta database" optional="true"/>
114 <param name="bait_bool" type="boolean" checked="true" label="Are You Providing Your Own bait file?"/>
115 <param type="data" format="dat" name="bait_file_in" label="Bait File" optional="true"/>
116 </when>
85 <when value="mzIdentML"> 117 <when value="mzIdentML">
86 <param format="dat" name="input" type="data" label="mzIdentML Files" multiple="true"/> 118 <param format="dat" name="input" type="data" label="mzIdentML Files" multiple="true"/>
87 <param type="boolean" name="preybool" checked="true" label="Create Prey File"/> 119 <param type="boolean" name="preybool" checked="true" label="Create Prey File"/>
88 <param type="data" name="fasta_db" format="fasta" label="Provide Uniprot Fasta database" optional="true"/> 120 <param type="data" name="fasta_db" format="fasta" label="Provide Uniprot Fasta database" optional="true"/>
89 <param name="bait_bool" type="boolean" checked="true" label="Are You Providing Your Own bait file?"/> 121 <param name="bait_bool" type="boolean" checked="true" label="Are You Providing Your Own bait file?"/>