Skip to content

Commit

Permalink
removed merquryfk
Browse files Browse the repository at this point in the history
  • Loading branch information
tkchafin committed Dec 10, 2024
1 parent 8b9de0f commit 44f238e
Show file tree
Hide file tree
Showing 13 changed files with 61 additions and 1,008 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [[2.1.0](https://github.com/sanger-tol/genomenote/releases/tag/2.1.0)] - Pembroke Welsh Corgi [2024-12-05]
## [[2.1.0](https://github.com/sanger-tol/genomenote/releases/tag/2.1.0)] - Pembroke Welsh Corgi [2024-12-11]

### 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

Expand All @@ -31,7 +32,7 @@ Note, since the pipeline is using Nextflow DSL2, each process will be run with i
| `cooler` | 0.8.11 | 0.9.2 |
| `fastk` | 427104ea91c78c3b8b8b49f1a7d6bbeaa869ba1c | 666652151335353eef2fcd58880bcef5bc2928e1 |
| `gffread` | | 0.12.7 |
| `merquryfk` | d00d98157618f4e8d1a9190026b19b471055b22e | 666652151335353eef2fcd58880bcef5bc2928e1 |
| `merquryfk` | d00d98157618f4e8d1a9190026b19b471055b22e | |
| `multiqc` | 1.14 | 1.25.1 |
| `samtools` | 1.17 | 1.21 |

Expand Down
64 changes: 43 additions & 21 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,83 +8,105 @@
"agat/spstatistics": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"agat/sqstatbasic": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"bedtools/bamtobed": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"busco/busco": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"],
"installed_by": [
"modules"
],
"patch": "modules/nf-core/busco/busco/busco-busco.diff"
},
"cooler/cload": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"cooler/dump": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"cooler/zoomify": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"custom/dumpsoftwareversions": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"fastk/fastk": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"],
"installed_by": [
"modules"
],
"patch": "modules/nf-core/fastk/fastk/fastk-fastk.diff"
},
"gffread": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"gnu/sort": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"gunzip": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"]
},
"merquryfk/merquryfk": {
"branch": "master",
"git_sha": "666652151335353eef2fcd58880bcef5bc2928e1",
"installed_by": ["modules"],
"patch": "modules/nf-core/merquryfk/merquryfk/merquryfk-merquryfk.diff"
"installed_by": [
"modules"
]
},
"multiqc": {
"branch": "master",
"git_sha": "cf17ca47590cc578dfb47db1c2a44ef86f89976d",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
},
"samtools/view": {
"branch": "master",
"git_sha": "2d20463181b1c38981a02e90d3084b5f9fa8d540",
"installed_by": ["modules"]
"installed_by": [
"modules"
]
}
}
}
}
}
}
}
80 changes: 0 additions & 80 deletions modules/nf-core/merquryfk/merquryfk/main.nf

This file was deleted.

16 changes: 0 additions & 16 deletions modules/nf-core/merquryfk/merquryfk/merquryfk-merquryfk.diff

This file was deleted.

Loading

0 comments on commit 44f238e

Please sign in to comment.