Skip to content

Commit

Permalink
0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolmogorov committed Mar 4, 2022
1 parent 0909330 commit 8d29362
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The reconstructed haplotypes preserve heterozygous structural variants (in addit
are locally phased.


## Version 0.5
## Version 0.6

Input requirements
------------------
Expand Down Expand Up @@ -44,7 +44,7 @@ should be adjusted according to the available resources. For PacBio HiFi input,
```
cd directory_with_assembly_and_alignment
HD_DIR=`pwd`
docker run -v $HD_DIR:$HD_DIR -u `id -u`:`id -g` mkolmogo/hapdup:0.5 \
docker run -v $HD_DIR:$HD_DIR -u `id -u`:`id -g` mkolmogo/hapdup:0.6 \
hapdup --assembly $HD_DIR/assembly.fasta --bam $HD_DIR/lr_mapping.bam --out-dir $HD_DIR/hapdup -t 64 --rtype ont
```

Expand All @@ -65,9 +65,9 @@ should be adjusted according to the available resources. For PacBio HiFi input,
`--rtype hifi` instead of `--rtype ont`.

```
singularity pull docker://mkolmogo/hapdup:0.5
singularity pull docker://mkolmogo/hapdup:0.6
HD_DIR=`pwd`
singularity exec --bind $HD_DIR hapdup_0.5.sif \
singularity exec --bind $HD_DIR hapdup_0.6.sif \
hapdup --assembly $HD_DIR/assembly.fasta --bam $HD_DIR/lr_mapping.bam --out-dir $HD_DIR/hapdup -t 64 --rtype ont
```

Expand Down
2 changes: 1 addition & 1 deletion hapdup/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = 0.4
__version__ = 0.6

0 comments on commit 8d29362

Please sign in to comment.