Mercurial > repos > iuc > structure
comparison structure.xml @ 2:8eb34b5451be draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/structure commit 23755ec4deed7de2d80bfb7de30e0bfc2eaa3818
| author | iuc |
|---|---|
| date | Wed, 29 Aug 2018 11:19:27 -0400 |
| parents | 2957fa7c047e |
| children | 282a6c9bde81 |
comparison
equal
deleted
inserted
replaced
| 1:2957fa7c047e | 2:8eb34b5451be |
|---|---|
| 11 mv '$extraparams' '$out_extraparams' && | 11 mv '$extraparams' '$out_extraparams' && |
| 12 | 12 |
| 13 mkdir out log | 13 mkdir out log |
| 14 | 14 |
| 15 #for $run in range(1, int($nb_run) + 1): | 15 #for $run in range(1, int($nb_run) + 1): |
| 16 && structure -i '$infile' -o outfile -m '$out_mainparams' -e '$out_extraparams' > 'log/run${run}_K_${main.MAXPOPS}.log' | 16 && structure -i '$infile' -o outfile -m '$out_mainparams' -e '$out_extraparams' > 'log/K_${main.MAXPOPS}_run_${run}_f.log' |
| 17 && mv 'outfile_f' 'out/run${run}_K_${main.MAXPOPS}.out' | 17 && mv 'outfile_f' 'out/K_${main.MAXPOPS}_run_${run}_f' |
| 18 #end for | 18 #end for |
| 19 | 19 |
| 20 ]]></command> | 20 ]]></command> |
| 21 <configfiles> | 21 <configfiles> |
| 22 <configfile name="mainparams"><