Skip to content
Snippets Groups Projects
Commit 01c91efe authored by james94's avatar james94
Browse files

containerization

parents 99c7ffe9 864874c9
Branches
Tags
No related merge requests found
...@@ -22,20 +22,31 @@ ...@@ -22,20 +22,31 @@
1. [**Build** meryl k-mer databases](#build-meryl-k-mer-databases) 1. [**Build** meryl k-mer databases](#build-meryl-k-mer-databases)
- Requires: WGS sequencing libraries (Pacbio HiFi or Illumina PE short-insert `.fastq`'s) <br>
- Output: (`.meryl`) k-mer database
![](https://i.imgur.com/HK4ZMi2.png)
- Requires: WGS sequencing libraries (Pacbio HiFi or Illumina PE short-insert `.fastq`'s)
- Output: (`.meryl`) k-mer database
<br>
2. [Assembly **Evaluation**](#assembly-evaluation) 2. [Assembly **Evaluation**](#assembly-evaluation)
- Requires: (`.meryl`) k-mer databases and corresponding genome assemblies (`.fasta`'s) you wish to evaluate. As well as HiC Libraries as optional input. <br>
- Output:
- Assembly Stats (L#, N#, Scaffold, contig, etc.) ![](https://i.imgur.com/8eLKPtK.png)
- BUSCO results
- QV Score - Requires: (`.meryl`) k-mer databases and corresponding genome assemblies (`.fasta`'s) you wish to evaluate. As well as HiC Libraries as optional input.
- K-mer Completeness - Output:
- genomescope profile - Assembly Stats (L#, N#, Scaffold, contig, etc.)
- Pretext Map (optional) - BUSCO results
- **PDF Report aggregating all of the above** - QV Score
- K-mer Completeness
- genomescope profile
- Pretext Map (optional)
- **PDF Report aggregating all of the above**
![](https://i.imgur.com/hWMo4PF.png) ![](https://i.imgur.com/hWMo4PF.png)
......
...@@ -4,10 +4,7 @@ channels: ...@@ -4,10 +4,7 @@ channels:
- bioconda - bioconda
- anaconda - anaconda
dependencies: dependencies:
- snakemake==6.6.1 - snakemake==7.3.8
- python>=3.9.10
- tabulate=0.8.7
- beautifulsoup4=4.9 - beautifulsoup4=4.9
- mamba=0.15.2 - pandas
- pandoc=2.15.* - numpy
- tectonic
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment