Mercurial > repos > devteam > picard
comparison picard_macros.xml @ 15:a5a13ea16d17 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 5ebd6c8453b49dd6a36e372eb1eb6e323bb7ad8a
| author | iuc |
|---|---|
| date | Tue, 19 Jun 2018 11:28:30 -0400 |
| parents | 486d7500da69 |
| children | d837223d4ad2 |
comparison
equal
deleted
inserted
replaced
| 14:486d7500da69 | 15:a5a13ea16d17 |
|---|---|
| 1 <macros> | 1 <macros> |
| 2 <token name="@TMPDIR_OPTION@"> | |
| 3 `if [ -n "\$TMPDIR" ] ; then echo 'TMP_DIR=\$TMPDIR' ; else if [ -n "\$TEMP" ] ; then echo 'TMP_DIR=\$TEMP' ; fi ; fi`</token> | |
| 2 <xml name="VS"> | 4 <xml name="VS"> |
| 3 <param name="validation_stringency" type="select" label="Select validation stringency" help=" Setting stringency to SILENT can improve performance when processing a BAM file in which variable-length data (read, qualities, tags) do not otherwise need to be decoded."> | 5 <param name="validation_stringency" type="select" label="Select validation stringency" help=" Setting stringency to SILENT can improve performance when processing a BAM file in which variable-length data (read, qualities, tags) do not otherwise need to be decoded."> |
| 4 <option value="LENIENT" selected="True">Lenient</option> | 6 <option value="LENIENT" selected="True">Lenient</option> |
| 5 <option value="SILENT">Silent</option> | 7 <option value="SILENT">Silent</option> |
| 6 <option value="STRICT">Strict</option> | 8 <option value="STRICT">Strict</option> |
