Skip to content

Commit

Permalink
Prepare release 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Oct 2, 2020
1 parent 154147d commit 0dfa514
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Haplocheck accepts BAM/CRAM files **OR** VCF files (generated with [mutserve](ht

## Install Haplocheck Workflow

curl -s install.cloudgene.io | bash
./cloudgene install https://github.com/genepi/haplocheck/releases/download/v1.2.1/haplocheck.zip
curl -s install.cloudgene.io | bash -s 2.3.3
./cloudgene install https://github.com/genepi/haplocheck/releases/download/v1.2.2/haplocheck.zip


## Run Haplocheck Workflow
Expand All @@ -20,7 +20,7 @@ Calculate contamination status of 1000 Genomes Phase3 samples (n = 2,504):
wget https://github.com/genepi/haplocheck/raw/master/test-data/contamination/1000G/all/1000g-nobaq.vcf.gz

#Run haplocheck
./cloudgene run haplocheck --files 1000g-nobaq.vcf.gz --output results
./cloudgene run haplocheck@1.2.2 --files 1000g-nobaq.vcf.gz --output results

#Open results in Browser
firefox results/report/report.html
Expand Down
2 changes: 1 addition & 1 deletion files/cloudgene.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Haplocheck
id: haplocheck
description: A fast method to detect sample contamination in mtDNA and WGS data. <br> To learn more about haplocheck, please have a look at <a href="https://mitoverse.readthedocs.io/en/latest/">https://mitoverse.readthedocs.io/en/latest/</a>.
version: 1.2.1
version: 1.2.2
workflow:

steps:
Expand Down
2 changes: 1 addition & 1 deletion files/haplocheck.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<body>
<nav class="navbar navbar-dark fixed-top bg-dark flex-md-nowrap p-0 shadow">
<a class="navbar-brand col-sm-3 col-md-2 mr-0" href="#">Haplocheck Report (v1.2.1)</a>
<a class="navbar-brand col-sm-3 col-md-2 mr-0" href="#">Haplocheck Report (v1.2.2)</a>
</nav>

<div class="container-fluid">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>genepi</groupId>
<artifactId>haplocheck</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<packaging>jar</packaging>

<name>haplocheck</name>
Expand Down

0 comments on commit 0dfa514

Please sign in to comment.