Mercurial > repos > iuc > gatk2
diff reduce_reads.xml @ 1:c8752e31f496 draft
Uploaded
| author | bgruening |
|---|---|
| date | Tue, 26 Nov 2013 06:10:20 -0500 |
| parents | 9ad15075b9fa |
| children | e67da4f2c9bf |
line wrap: on
line diff
--- a/reduce_reads.xml Mon Nov 25 14:23:47 2013 -0500 +++ b/reduce_reads.xml Tue Nov 26 06:10:20 2013 -0500 @@ -4,15 +4,15 @@ <macros> <import>gatk2_macros.xml</import> </macros> - <command interpreter="python">gatk2_wrapper.py - ##--max_jvm_heap_fraction "1" - --stdout "${output_log}" - -d "-I" "${reference_source.input_bam}" "${reference_source.input_bam.ext}" "gatk_input" - #if str( $reference_source.input_bam.metadata.bam_index ) != "None": - -d "" "${reference_source.input_bam.metadata.bam_index}" "bam_index" "gatk_input" ##hardcode galaxy ext type as bam_index - #end if - -p ' - @JAR_PATH@ + <command interpreter="python"> + gatk2_wrapper.py + --stdout "${output_log}" + -d "-I" "${reference_source.input_bam}" "${reference_source.input_bam.ext}" "gatk_input" + #if str( $reference_source.input_bam.metadata.bam_index ) != "None": + -d "" "${reference_source.input_bam.metadata.bam_index}" "bam_index" "gatk_input" ##hardcode galaxy ext type as bam_index + #end if + -p ' + @JAR_PATH@ -T "ReduceReads" -o "${output_bam}" @@ -22,7 +22,7 @@ --num_cpu_threads_per_data_thread 1 @THREADS@ - ##-log "${output_log}" ##don't use this to log to file, instead directly capture stdout + #if $reference_source.reference_source_selector != "history": -R "${reference_source.ref_file.fields.path}" #end if
