Mercurial > repos > iuc > bcftools_annotate
comparison bcftools_annotate.xml @ 5:2dda35928193 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bcftools commit 10853682ffb2e9776256bb63c899ef5c5fe0007e
| author | iuc |
|---|---|
| date | Thu, 13 Apr 2017 16:26:16 -0400 |
| parents | bc0d934b106c |
| children | 56cedea67e71 |
comparison
equal
deleted
inserted
replaced
| 4:bc0d934b106c | 5:2dda35928193 |
|---|---|
| 32 #elif $section.annofile.header_lines: | 32 #elif $section.annofile.header_lines: |
| 33 #set $annotation_hdr = 'annotation.hdr' | 33 #set $annotation_hdr = 'annotation.hdr' |
| 34 grep '^\#\#INFO' ${hdr_file} > $annotation_hdr && | 34 grep '^\#\#INFO' ${hdr_file} > $annotation_hdr && |
| 35 #end if | 35 #end if |
| 36 #end if | 36 #end if |
| 37 #set $section = $sec_restrict | |
| 37 | 38 |
| 38 bcftools @EXECUTABLE@ | 39 bcftools @EXECUTABLE@ |
| 40 @PREPARE_REGIONS_FILE@ | |
| 39 | 41 |
| 40 #set $section = $sec_annofile | 42 #set $section = $sec_annofile |
| 41 @COLUMNS@ | 43 @COLUMNS@ |
| 42 #if $annotation_file: | 44 #if $annotation_file: |
| 43 --annotations "${annotation_file}" | 45 --annotations "${annotation_file}" |
| 63 | 65 |
| 64 ## Default section | 66 ## Default section |
| 65 #set $section = $sec_restrict | 67 #set $section = $sec_restrict |
| 66 @INCLUDE@ | 68 @INCLUDE@ |
| 67 @EXCLUDE@ | 69 @EXCLUDE@ |
| 70 @COLLAPSE@ | |
| 68 @REGIONS@ | 71 @REGIONS@ |
| 69 @SAMPLES@ | 72 @SAMPLES@ |
| 70 | 73 |
| 71 @OUTPUT_TYPE@ | 74 @OUTPUT_TYPE@ |
| 72 @THREADS@ | 75 @THREADS@ |
| 73 | 76 |
| 74 ## Primary Input/Outputs | 77 ## Primary Input/Outputs |
| 75 @INPUT_FILE@ | 78 @INPUT_FILE@ |
| 76 > "$output_file" | 79 > '$output_file' |
| 77 ]]> | 80 ]]> |
| 78 </command> | 81 </command> |
| 79 <configfiles> | 82 <configfiles> |
| 80 <configfile name="hdr_file"><