comparison immuneml_train_repert.xml @ 3:ed3932e6d616 draft

"planemo upload commit 2fed2858d4044a3897a93a5604223d1d183ceac0-dirty"
author immuneml
date Thu, 01 Jul 2021 16:51:28 +0000
parents 629e7e403e19
children 2d3dd9ff7e84
comparison
equal deleted inserted replaced
2:9bf78cb6b91d 3:ed3932e6d616
55 && mv ${html_outfile.files_path}/immuneML_output.zip $archive 55 && mv ${html_outfile.files_path}/immuneML_output.zip $archive
56 && mv ${html_outfile.files_path}/exported_models/*.zip ${optimal_model} 56 && mv ${html_outfile.files_path}/exported_models/*.zip ${optimal_model}
57 ]]> 57 ]]>
58 </command> 58 </command>
59 <inputs> 59 <inputs>
60 <param name="iml_input" type="data" format="iml_dataset" label="Input dataset (immune repertoires)" help="Here you can select an ImmuneML dataset containing a repertoire dataset, as produced by the ‘Create dataset’ tool. Please make sure your dataset contains enough repertoires, we recommend using at least 50. The minimum number of repertoires needed to run this tool successfully is 14 (for example: 7 diseased and 7 healthy). More repertoires are needed if your dataset is imbalanced (many more diseased or many more healthy), or if you decrease the percentage of data that is used for training. "/> 60 <param name="iml_input" type="data" format="immuneml_receptors" label="Input dataset (immune repertoires)" help="Here you can select an ImmuneML dataset containing a repertoire dataset, as produced by the ‘Create dataset’ tool. Please make sure your dataset contains enough repertoires, we recommend using at least 50. The minimum number of repertoires needed to run this tool successfully is 14 (for example: 7 diseased and 7 healthy). More repertoires are needed if your dataset is imbalanced (many more diseased or many more healthy), or if you decrease the percentage of data that is used for training. "/>
61 <param type="text" name="labels" optional="false" label="Which property (“label”) of the repertoires would you like to predict?" help="Repertoire property to predict could for example be a disease status. This property must be present as a label in the repertoire metadata."/> 61 <param type="text" name="labels" optional="false" label="Which property (“label”) of the repertoires would you like to predict?" help="Repertoire property to predict could for example be a disease status. This property must be present as a label in the repertoire metadata."/>
62 62
63 <conditional name="sequence_cond"> 63 <conditional name="sequence_cond">
64 <param type="select" name="sequence_type" label="I assume that the true class of a repertoire (for example: disease status) can be determined based on the presence of..." display="radio" help="See 'Encoding' in the tool description."> 64 <param type="select" name="sequence_type" label="I assume that the true class of a repertoire (for example: disease status) can be determined based on the presence of..." display="radio" help="See 'Encoding' in the tool description.">
65 <option value="subsequence">Similar (but not identical) CDR3 sequences, or identical subsequences</option> 65 <option value="subsequence">Similar (but not identical) CDR3 sequences, or identical subsequences</option>