Skip to content

Commit

Permalink
add haplotype suffix to scaffold names
Browse files Browse the repository at this point in the history
  • Loading branch information
Delphine-L committed Sep 12, 2024
1 parent a2c2012 commit c463e07
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 195 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
@@ -1,5 +1,10 @@
# Changelog


## [0.2.8] 2024-09-12

- Add suffix to the scaffold names corresponding to the haplotype being assembled

## [0.2.7] 2024-08-13

- Expose Busco lineage database parameter
Expand Down
1 change: 1 addition & 0 deletions workflows/VGP-assembly-v2/Scaffolding-HiC-VGP8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Example of trajectory :
5. Concatenated HiC reverse reads [fastq]
6. Restriction enzyme sequence (recommended for VGP data: Arima Hi-C 2.0)
7. Estimated genome size [txt]
8. Haplotype name


### Outputs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
Database for Busco Lineage: v5
Lineage: vertebrata_odb10
Restriction enzymes: arima2
Haplotype: hap1
outputs:
"Reconciliated Scaffolds: gfa":
asserts:
Expand All @@ -28,6 +29,8 @@
asserts:
has_n_lines:
n: 168
has_text:
text: "scaffold_53.hap1"
Busco Summary:
asserts:
has_text:
Expand Down
Loading

0 comments on commit c463e07

Please sign in to comment.