Skip to content

Commit

Permalink
fixed another mapped-read symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard C. Burhans committed Dec 11, 2024
1 parent 4a9e694 commit 602a063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/halfdeep/halfdeep.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
##
#if $mapped_reads
ln -s '$mapped_reads' 'halfdeep/ref/mapped_reads/${reads_base}${reads.ext}.bam' &&
ln -s '${reads_base}.bam' 'halfdeep/ref/mapped_reads/${reads_base}${reads.ext}.sort.bam' &&
ln -s '${reads_base}${reads.ext}.bam' 'halfdeep/ref/mapped_reads/${reads_base}${reads.ext}.sort.bam' &&
ln -s '$mapped_reads.metadata.bam_index' 'halfdeep/ref/mapped_reads/${reads_base}{reads.ext}.sort.bam.bai' &&
#end if
##
Expand Down

0 comments on commit 602a063

Please sign in to comment.