Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #32 from zhouyangyu/patch-1
Browse files Browse the repository at this point in the history
Update command line help to include -qcset option
  • Loading branch information
sb43 authored Nov 16, 2018
2 parents bba50d3 + e276913 commit 2cb07d9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions scripts/ds-cgpwgs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,11 @@ sub ref_unpack {
=head1 NAME
dh-wrapper.pl - Generate the param file and execute analysisWGS.sh (for dockstore)
dh-cgpwgs.pl - Generate the param file and execute analysisWGS.sh (for dockstore)
=head1 SYNOPSIS
dh-wrapper.pl [options] [file(s)...]
dh-cgpwgs.pl [options] [file(s)...]
Required parameters:
-reference -r Path to core reference tar.gz
Expand All @@ -285,6 +285,7 @@ =head1 SYNOPSIS
-nidx Normal [CR|B]AM index (bai|csi|crai)
-exclude -e Exclude these contigs from SNV/Indel analysis
e.g. NC_007605,hs37d5,GL%
-qcset -qc Path to qcGenotype*.tar.gz
Optional parameters
-species -sp Species name (may require quoting)
Expand Down Expand Up @@ -341,6 +342,10 @@ =head1 OPTION DETAILS
Contigs to be excluded from Pindel analysis, csv, use '%' for wildcard.
=item B<-qcset>
Path to qcGenotype*.tar.gz
=item B<-species>
Specify overriding species, by default will select the most prevelant entry in
Expand Down

0 comments on commit 2cb07d9

Please sign in to comment.