Skip to content

Commit

Permalink
Merge pull request #240 from Delphine-L/VGP8-update
Browse files Browse the repository at this point in the history
Vgp8 updateUpdate of Workflow 8 scaffolding with HiC
  • Loading branch information
mvdbeek authored Oct 30, 2023
2 parents 5ea2daa + 2ae52d9 commit 41104f0
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 229 deletions.
5 changes: 5 additions & 0 deletions workflows/VGP-assembly-v2/Scaffolding-HiC-VGP8/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [0.1.1] - 2023-10-26

Added tags for better visibility of outputs in the history, and exposure of the BUSCO lineage parameter

## [0.1] - 2023-09-27

Creation of the workflow and tests
9 changes: 7 additions & 2 deletions workflows/VGP-assembly-v2/Scaffolding-HiC-VGP8/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Scaffolding HiC
# Scaffolding with HiC data

Scaffolding using HiC data with YAHS
This workflow perfoms scaffolding using HiC data with YAHS. It is designed to be run as part of one the VGP analysis trajectories.
Example of trajectory :
- VGP1 : Kmer profiling
- VGP4 : Genome assembly with HiC phasing
- VGP6 : Purge duplicated haplotigs
- VGP8 : Scaffolding with HiC

## Inputs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,25 @@
class: File
location: https://zenodo.org/records/10037496/files/Estimated%20genome%20size%20-%20Parameter%20File.txt?download=1
filetype: txt
Lineage: vertebrata_odb10
Restriction enzymes: arima2
outputs:
Reconciliated scaffolds:
"Reconciliated Scaffolds: gfa":
asserts:
has_n_lines:
n: 169
'Reconciliated Scaffolds: fasta':
asserts:
has_n_lines:
n: 168
Busco Summary:
asserts:
has_text:
text: "C:1.0%[S:1.0%,D:0.0%],F:0.4%,M:98.6%,n:3354"
Assembly Statistics for s2:
asserts:
has_line:
line: "# scaffolds 84"
Nx Plot:
asserts:
has_size:
Expand All @@ -32,15 +45,3 @@
has_size:
value : 893000
delta: 50000
Busco Summary:
asserts:
has_text:
text: "C:1.0%[S:1.0%,D:0.0%],F:0.4%,M:98.6%,n:3354"
Yahs scaffolds reconciliated:
asserts:
has_n_lines:
n: 169
Assembly Statistics for s2:
asserts:
has_line:
line: "# scaffolds 84"
Loading

0 comments on commit 41104f0

Please sign in to comment.