Skip to content

Commit

Permalink
Fix a typo in inference_deepsomatic.sh
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 575382675
  • Loading branch information
pichuan authored and copybara-github committed Oct 21, 2023
1 parent 9e5b8e2 commit 69e565d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/inference_deepsomatic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ while (( "$#" )); do
shift # Remove argument value from processing
;;
--bam_tumor)
BAM_tumor="$2"
BAM_TUMOR="$2"
shift # Remove argument name from processing
shift # Remove argument value from processing
;;
Expand Down

0 comments on commit 69e565d

Please sign in to comment.