comparison immuneml_train_repert.xml @ 16:cd57c1c66f8b draft

"planemo upload commit 60f280176ecdc2883fc7e85deb9aaa151f7c2088"
author immuneml
date Wed, 05 Jan 2022 09:53:02 +0000
parents 45ca02982e1f
children 051d349fdc8c
comparison
equal deleted inserted replaced
15:e33b3d370124 16:cd57c1c66f8b
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="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. "/> 60 <param name="iml_input" type="data" format="immuneml_receptors" label="immuneML 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>