Skip to content

Commit

Permalink
fix: sambamba is not installed (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
adthrasher authored Jul 18, 2023
1 parent 00f181e commit 366000e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dx_app/src/code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ main() {
export bam_index_path="/home/dnanexus/in/bam_index/$star_mapped_sorted_bam_prefix.bam.bai"
export bam_index_prefix="$star_mapped_sorted_bam_prefix.bam.bai"
mkdir -p /home/dnanexus/in/bam_index/
( sambamba index $star_mapped_sorted_bam_path $bam_index_path )&
( samtools index $star_mapped_sorted_bam_path $bam_index_path )&
export bam_index_pid=$!
fi

Expand Down

0 comments on commit 366000e

Please sign in to comment.