comparison halfdeep.xml @ 1:405c082a9a20 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/halfdeep commit 8c89adcf33dc75d6bd315369bdeadb26fb6c17f9
author iuc
date Thu, 12 Dec 2024 22:09:11 +0000
parents 6b6c3cf23fe8
children
comparison
equal deleted inserted replaced
0:6b6c3cf23fe8 1:405c082a9a20
28 echo 'reads/${reads_base}.$reads.ext' >> input.fofn && 28 echo 'reads/${reads_base}.$reads.ext' >> input.fofn &&
29 ## 29 ##
30 ## mapped reads 30 ## mapped reads
31 ## 31 ##
32 #if $mapped_reads 32 #if $mapped_reads
33 ln -s '$mapped_reads' 'halfdeep/ref/mapped_reads/${reads_base}.bam' && 33 ln -s '$mapped_reads' 'halfdeep/ref/mapped_reads/${reads_base}.${reads.ext}.bam' &&
34 ln -s '${reads_base}.bam' 'halfdeep/ref/mapped_reads/${reads_base}.sort.bam' && 34 ln -s '${reads_base}.${reads.ext}.bam' 'halfdeep/ref/mapped_reads/${reads_base}.${reads.ext}.sort.bam' &&
35 ln -s '$mapped_reads.metadata.bam_index' 'halfdeep/ref/mapped_reads/${reads_base}.sort.bam.bai' && 35 ln -s '$mapped_reads.metadata.bam_index' 'halfdeep/ref/mapped_reads/${reads_base}.${reads.ext}.sort.bam.bai' &&
36 #end if 36 #end if
37 ## 37 ##
38 ## run bam_depth.sh 38 ## run bam_depth.sh
39 ## 39 ##
40 bam_depth.sh 'ref.$ref.ext' 1 && 40 bam_depth.sh 'ref.$ref.ext' 1 &&