# HG changeset patch # User iuc # Date 1444771358 14400 # Node ID 669a23f1f4b5be19cc2dca398556b51babd898e3 # Parent 86007c982f00f3d4f3641e4699f65c41ad34ad9c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gatk2 commit e5a5ad091c621348dc6ce2df861475ebc54a380e diff -r 86007c982f00 -r 669a23f1f4b5 depth_of_coverage.xml --- a/depth_of_coverage.xml Thu May 14 22:47:18 2015 -0400 +++ b/depth_of_coverage.xml Tue Oct 13 17:22:38 2015 -0400 @@ -1,4 +1,4 @@ - + on BAM files gatk2_macros.xml @@ -8,12 +8,7 @@ gatk2_wrapper.py ##--max_jvm_heap_fraction "1" --stdout "${output_log}" - #for $i, $input_bam in enumerate( $reference_source.input_bams ): - -d "-I" "${input_bam.input_bam}" "${input_bam.input_bam.ext}" "gatk_input_${i}" - #if str( $input_bam.input_bam.metadata.bam_index ) != "None": - -d "" "${input_bam.input_bam.metadata.bam_index}" "bam_index" "gatk_input_${i}" ##hardcode galaxy ext type as bam_index - #end if - #end for + @BAM_INPUTS@ -p ' @JAR_PATH@ -T "DepthOfCoverage" @@ -129,12 +124,7 @@ - - - - - - + @@ -143,9 +133,8 @@ - - - + + diff -r 86007c982f00 -r 669a23f1f4b5 gatk2_macros.xml --- a/gatk2_macros.xml Thu May 14 22:47:18 2015 -0400 +++ b/gatk2_macros.xml Tue Oct 13 17:22:38 2015 -0400 @@ -24,11 +24,31 @@ -d "--dbsnp:${dbsnp_rod_bind_type.dbsnp_rod_name},%(file_type)s" "${dbsnp_rod_bind_type.dbsnp_input_rod}" "${dbsnp_rod_bind_type.dbsnp_input_rod.ext}" "input_dbsnp_${dbsnp_rod_bind_type.dbsnp_rod_name}" #end if + + #for $i, $input_bam in enumerate( $reference_source.input_bams ): + -d "-I" "${input_bam}" "${input_bam.ext}" "gatk_input_${i}" + #if str( $input_bam.metadata.bam_index ) != "None": + -d "" "${input_bam.metadata.bam_index}" "bam_index" "gatk_input_${i}" ##hardcode galaxy ext type as bam_index + #end if + #end for + + + + + + + + + + + + +