Skip to content

Commit

Permalink
Merge pull request #16 from cancerit/dev
Browse files Browse the repository at this point in the history
Update to CaVEMan version 1.5.2
  • Loading branch information
David Jones committed Feb 3, 2015
2 parents 27ecc65 + af33d0b commit 6b78b48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions bin/caveman.pl
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ sub setup {
'st|seqType=s' => \$opts{'seqType'},
) or pod2usage(2);

pod2usage(-message => PCAP::license, -verbose => 2) if(defined $opts{'h'});
pod2usage(-message => PCAP::license, -verbose => 1) if(defined $opts{'m'});
pod2usage(-message => PCAP::license, -verbose => 1) if(defined $opts{'h'});
pod2usage(-message => PCAP::license, -verbose => 2) if(defined $opts{'m'});

# then check for no args:
my $defined;
Expand Down Expand Up @@ -453,7 +453,6 @@ =head1 SYNOPSIS
-logs -g Location to write logs (default is ./logs)
-normal-protocol -np Normal protocol [WGS|WXS|RNA] (default WGS)
-tumour-protocol -tp Tumour protocol [WGS|WXS|RNA] (default WGS)
-threads -t Number of threads allowed on this machine (default 1)
-tum-cn-default -td Default tumour CN to use with gaps or no file provided
-norm-cn-default -nd Default normal CN to use with gaps or no file provided
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
##########LICENCE##########

CAVEMAN_CORE="https://github.com/cancerit/CaVEMan/archive/1.5.1.tar.gz"
CAVEMAN_CORE="https://github.com/cancerit/CaVEMan/archive/1.5.2.tar.gz"
SOURCE_HTSLIB="https://github.com/samtools/htslib/archive/1.1.tar.gz"
SOURCE_SAMTOOLS="https://github.com/samtools/samtools/archive/1.1.tar.gz"

Expand Down

0 comments on commit 6b78b48

Please sign in to comment.