Skip to content

Commit

Permalink
remove option to only output somatic variants
Browse files Browse the repository at this point in the history
  • Loading branch information
cc2qe committed Mar 27, 2015
1 parent 7db373d commit d9fca38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ tumor.bam tumor BAM file(s) (comma separated BAMs for multiple libraries
we recommend using the annotations/ceph18.b37.include.2014-01-15.bed
(see Annotations)
-t INT number of threads to use [default: 1]
-s only output somatic variants
-F FLOAT require at least this fraction of observations supporting
an alternate allele within a single individual in order
to evaluate the position [0.05]
Expand Down
6 changes: 1 addition & 5 deletions bin/speedseq
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,6 @@ options:
-o STR output prefix [tumor.bam]
-w FILE BED file of windowed genomic intervals
-t INT threads [1]
-s only output somatic variants
-F FLOAT Require at least this fraction of observations supporting
an alternate allele within a single individual in order
to evaluate the position [0.05]
Expand Down Expand Up @@ -836,7 +835,7 @@ options:
VERBOSE=0
KEEP=0

while getopts ":ho:w:t:F:C:T:Aq:S:svkK:" OPTION
while getopts ":ho:w:t:F:C:T:Aq:S:vkK:" OPTION
do
case "${OPTION}" in
h)
Expand Down Expand Up @@ -870,9 +869,6 @@ options:
S)
SSC_THRES="$OPTARG"
;;
s)
ONLY_SOMATIC=1
;;
v)
VERBOSE=1
;;
Expand Down

0 comments on commit d9fca38

Please sign in to comment.