Releases: sanger-tol/genomenote
v2.1.1 - Pembroke Welsh Corgi (patch 1)
1.2.5 - Pyrenean Mountain Dog (patch 5)
Enhancements & fixes
- Moved over to the NCBI API v2 since the v1 is deprecated
- Fixed the process name for Busco
v2.1.0 - Pembroke Welsh Corgi
Enhancements & fixes
- New annotation_statistics subworkfow which runs BUSCO in protein mode and generates some basic statistics on the the annotated gene set if provided with a GFF3 file of gene annotations using the
--annotation_set
option. - The genome_metadata subworkflow now queries Ensembl's GraphQL API to determine if Ensembl has released gene annotation for the assembly being processed.
- Module updates and remove Anaconda channels
- Removed merquryfk completeness metric
Parameters
Old parameter | New parameter |
---|---|
--annotation_set |
NB: Parameter has been updated if both old and new parameter information is present.
NB: Parameter has been added if just the new parameter information is present.
NB: Parameter has been removed if new parameter information isn't present.
Software dependencies
Note, since the pipeline is using Nextflow DSL2, each process will be run with its own Biocontainer. This means that on occasion it is entirely possible for the pipeline to be using different versions of the same tool. However, the overall software dependency changes compared to the last release have been listed below for reference. Only Docker
or Singularity
containers are supported, conda
is not supported.
Dependency | Old version | New version |
---|---|---|
agat |
1.4.0 | |
bedtools |
2.30.0 | 2.31.1 |
busco |
5.5.0 | 5.7.1 |
cooler |
0.8.11 | 0.9.2 |
fastk |
427104ea91c78c3b8b8b49f1a7d6bbeaa869ba1c | 666652151335353eef2fcd58880bcef5bc2928e1 |
gffread |
0.12.7 | |
merquryfk |
d00d98157618f4e8d1a9190026b19b471055b22e | |
multiqc |
1.14 | 1.25.1 |
samtools |
1.17 | 1.21 |
NB: Dependency has been updated if both old and new version information is present.
NB: Dependency has been added if just the new version information is present.
NB: Dependency has been removed if version information isn't present.
v1.2.4 - Pyrenean Mountain Dog (patch 4)
Enhancements & fixes
- Remove defaults from lib/Utils.groovy
v.1.2.3 - Pyrenean Mountain Dog (patch 3)
Enhancements & fixes
- Update module versions
- Remove reference to Anaconda repositories
Software dependencies
Note, since the pipeline is using Nextflow DSL2, each process will be run with its own Biocontainer. This means that on occasion it is entirely possible for the pipeline to be using different versions of the same tool. However, the overall software dependency changes compared to the last release have been listed below for reference. Only Docker
or Singularity
containers are supported, conda
is not supported.
Dependency | Old version | New version |
---|---|---|
bedtools |
2.30.0 | 2.31.1 |
busco |
5.5.0 | 5.7.1 |
cooler |
0.8.11 | 0.9.2 |
fastk |
1.0.1 | 1.2 |
merquryfk |
1.0.1 | 1.2 |
multiqc |
1.14 | 1.25.1 |
samtools |
1.17 | 1.20 |
v2.0.0 - English Cocker Spaniel
[2.0.0] - English Cocker Spaniel [2024-10-10]
Enhancements & fixes
- New genome_metadata subworkflow to fetch metadata linked to the genome assembly from various sources (COPO, GoaT, GBIF, ENA, NCBI). The options
--assembly
,--biosample_wgs
,--biosample_hic
and--biosample_rna
specify what metadata to fetch and process. - Now outputs a partially completed genome note document based on a template file which contains placeholder parameters. These placeholders are replaced with data generated by the pipeline. The template file to use can be specified using the
--note_template
option. - Added the
--write_to_portal
option to write a set of key-value data parameters to a Genome Notes database. - Added the
--upload_higlass_data
option to automatically upload the Hi-C Map to a kubernetes hosted Hi-Glass server. - Bugfix: don't rely on fasta file name to correctly set assembly accession needed for use with
ncbi datasets
. - Bugfix: ensure meta.id is used consistently.
Parameters
Old parameter | New parameter |
---|---|
--assembly | |
--biosample_wgs | |
--biosample_hic | |
--biosample_rna | |
--write_to_portal | |
--genome_notes_api | |
--note_template | |
--upload_higlass_data | |
--higlass_url | |
--higlass_deployment_name | |
--higlass_namespace | |
--higlass_kubeconfig | |
--higlass_upload_directory | |
--higlass_data_project_dir |
v1.2.2 – Pyrenean Mountain Dog (patch 2)
[1.2.2] - Pyrenean Mountain Dog (patch 2) - [2024-09-10]
Enhancements & fixes
- Bugfix: don't run Busco in scratch mode for large genomes as it takes too much space on /tmp
v1.2.1 – Pyrenean Mountain Dog (patch 1)
[1.2.1] - Pyrenean Mountain Dog (patch 1) - [2024-07-12]
Enhancements & fixes
- Bugfix: Now handles missing fields in
ncbi datasets
genome report
v1.2.0 - Pyrenean Mountain Dog
[1.2.0] - Pyrenean Mountain Dog - [2024-05-01]
Enhancements & fixes
- Updated the MerquryFK resources to cope with mistletoe (the pipeline as a
whole is not yet fully compatible with mistletoe, though). - Updated the Busco resources to better deal with large genomes.
- Round the chromosome lengths to 2 decimal points.
- The pipeline is now publishing the Busco output directories.
- The pipeline now generates a contact map for each Hi-C sample (instead of
randomly picking one) and reports them all in the CSV. - The Hi-C contact map is now ordered according to the karyotype (as defined in
the assembly record) by default, and added the--cool_order
option to
override it.
Software dependencies
Note, since the pipeline is using Nextflow DSL2, each process will be run with its own Biocontainer. This means that on occasion it is entirely possible for the pipeline to be using different versions of the same tool. However, the overall software dependency changes compared to the last release have been listed below for reference.
Dependency | Old version | New version |
---|---|---|
busco | 5.4.3 | 5.5.0 |
NB: Dependency has been updated if both old and new version information is present.
NB: Dependency has been added if just the new version information is present.
NB: Dependency has been removed if version information isn't present.
Parameters
Old parameter | New parameter |
---|---|
--cool_order |
v1.1.2 – Golden Retriever (patch 2)
[1.1.2] - Golden Retriever (patch 2) - [2024-04-29]
Enhancements & fixes
- Bugfix: the BAM still needs to be filtered with
-F0x400