Mercurial > repos > iuc > pcdl_get_substrate_list
comparison pcdl_get_substrate_list.xml @ 0:d769482946e0 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/pcdl/ commit 7c74921b41bd7ab639e5a3f8b54e407f79ed8f16
| author | iuc |
|---|---|
| date | Mon, 04 Aug 2025 18:58:10 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:d769482946e0 |
|---|---|
| 1 <tool id="pcdl_get_substrate_list" name="pcdl_get_substrate_list" version="3.0.1+galaxy0" profile="21.05"> | |
| 2 <macros> | |
| 3 <import>pcdl_macros.xml</import> | |
| 4 </macros> | |
| 5 <requirements> | |
| 6 <expand macro="requirement"/> | |
| 7 </requirements> | |
| 8 <command><![CDATA[ | |
| 9 #import re | |
| 10 mkdir output_pc && | |
| 11 #for $file in $path: | |
| 12 #set $filename = re.sub('[^\w\-\.\s]', '_', str($file.element_identifier)) | |
| 13 ln -s '$file' output_pc/$filename && | |
| 14 #end for | |
| 15 | |
| 16 pcdl_get_substrate_list 'output_pc' | |
| 17 --verbose $verbose | |
| 18 > '$substrate_txt' | |
| 19 ]]></command> | |
| 20 <inputs> | |
| 21 <section name="essential" title="essential:" expanded="true"> | |
| 22 <expand macro="path"/> | |
| 23 </section> | |
| 24 <section name="advanced" title="advanced:" expanded="false"> | |
| 25 <expand macro="verbose"/> | |
| 26 </section> | |
| 27 </inputs> | |
| 28 <outputs> | |
| 29 <data name="substrate_txt" label="substrate_txt" format="txt"/> | |
| 30 </outputs> | |
| 31 <tests> | |
| 32 <test expect_num_outputs="1"> | |
| 33 <section name="essential"> | |
| 34 <param name="path"> | |
| 35 <expand macro="output"/> | |
| 36 </param> | |
| 37 </section> | |
| 38 <section name="advanced"> | |
| 39 <param name="verbose" value="true"/> | |
| 40 </section> | |
| 41 <output name="substrate_txt"> | |
| 42 <assert_contents> | |
| 43 <has_text text="['"/> | |
| 44 <has_text text="']"/> | |
| 45 </assert_contents> | |
| 46 </output> | |
| 47 </test> | |
| 48 </tests> | |
| 49 <help><![CDATA[ | |
| 50 This function is returns all chemical species names, modeled in the microenvironment, ordered by subsrate ID. | |
| 51 | |
| 52 Homepage: https://github.com/elmbeech/physicelldataloader | |
| 53 ]]></help> | |
| 54 <citations> | |
| 55 <expand macro="citation"/> | |
| 56 </citations> | |
| 57 </tool> |
