Mercurial > repos > tduigou > icfree_instructor
comparison instructor.xml @ 9:eac0d2bd8dd8 draft
planemo upload for repository https://github.com/brsynth/icfree-ml commit 85914678915691d3ec8f0477f8bc7bcfa8518590
| author | tduigou |
|---|---|
| date | Wed, 15 Mar 2023 10:57:09 +0000 |
| parents | c8bd090fa47f |
| children | 6b5c22fc9388 |
comparison
equal
deleted
inserted
replaced
| 8:c8bd090fa47f | 9:eac0d2bd8dd8 |
|---|---|
| 39 --source_plates '$s_sps' | 39 --source_plates '$s_sps' |
| 40 --source_wells '$s_sws' | 40 --source_wells '$s_sws' |
| 41 --dest_plates '$s_dps' | 41 --dest_plates '$s_dps' |
| 42 --dest_wells '$s_dws' | 42 --dest_wells '$s_dws' |
| 43 --output-folder '.' && | 43 --output-folder '.' && |
| 44 mv volume_warning.tsv '$output_warning' && | 44 mv instructions.csv '$output_instruction' && |
| 45 mv instructions.csv '$output_instruction' | 45 #if os.path.isfile('volume_warning.tsv') |
| 46 touch volume_warning.tsv && | |
| 47 #end if | |
| 48 mv volume_warning.tsv '$output_warning' | |
| 46 ]]></command> | 49 ]]></command> |
| 47 <inputs> | 50 <inputs> |
| 48 <param name="source_plates" type="data_collection" collection_type="list" format="json" label="Source plates information (json)" /> | 51 <param name="source_plates" type="data_collection" collection_type="list" format="json" label="Source plates information (json)" /> |
| 49 <param name="source_wells" type="data_collection" collection_type="list" format="tabular" label="Source wells information (tsv)" /> | 52 <param name="source_wells" type="data_collection" collection_type="list" format="tabular" label="Source wells information (tsv)" /> |
| 50 <param name="dest_plates" type="data_collection" collection_type="list" format="json" label="Destination plates information (json)" /> | 53 <param name="dest_plates" type="data_collection" collection_type="list" format="json" label="Destination plates information (json)" /> |
