Skip to content

Commit

Permalink
Merge branch 'galaxyproject:main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
subinamehta authored Sep 26, 2024
2 parents 3210086 + c321a0b commit 164e033
Show file tree
Hide file tree
Showing 38 changed files with 831 additions and 629 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 164e033

Please sign in to comment.