Skip to content

Commit

Permalink
fix CustomMappedBAM
Browse files Browse the repository at this point in the history
  • Loading branch information
cziegenhain committed Feb 18, 2018
1 parent f6364e1 commit de3b1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zUMIs-master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ while getopts ":R:S:f:r:g:o:a:t:s:c:m:l:b:n:N:q:Q:z:u:x:e:p:i:d:X:A:w:j:F:C:y:Y:
case $options in
R ) isslurm=$OPTARG;;
S ) isStats=$OPTARG;;
X ) isCustomFASTQ=$OPTARG;;
X ) CustomMappedBAM=$OPTARG;;
A ) isCustomFASTQ=$OPTARG;;
w ) whichStage=$OPTARG;;
f ) bcread=$OPTARG;;
Expand Down

0 comments on commit de3b1e5

Please sign in to comment.