Skip to content

Commit

Permalink
added primary
Browse files Browse the repository at this point in the history
  • Loading branch information
molikd committed Jul 14, 2022
1 parent 8d914b8 commit 8056cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions otb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ if [ -n "$MODE" ]; then
homozygous) RUN+="--mode=\"homozygous\" ";;
heterozygous) RUN+="--mode=\"heterozygous\" ";;
trio) RUN+="--mode=\"trio\" ";;
primary) RUN+="--mode=\"primary\" ";;
*) error "mode set to $MODE, not an actual mode";;
esac
else
Expand Down

0 comments on commit 8056cb3

Please sign in to comment.