mag icon indicating copy to clipboard operation
mag copied to clipboard

Assembly and binning of metagenomes

Results 101 mag issues
Sort by recently updated
recently updated
newest added
trafficstars

Adding DIAMOND support alongside Kraken2 and Centrifuge to mag pipeline.

WIP

This PR enables the possibility to perform co-binning when using the ancient DNA mode. Once merged, it can close #572 ## PR checklist - [x] This comment contains a description...

### Description of the bug I tried to run nf-core/mag with the `test` profile on a new compute cluster and got the following error: ``` -[nf-core/mag] Pipeline completed with errors-...

bug

### Description of feature A major problem we currently have during development is our CI tests are nowhere near comprehensive enough due to the pipeline utilising extremely large database files...

enhancement

## PR checklist - [ ] This comment contains a description of changes (with reason). - [ ] If you've fixed a bug or added code that should be tested,...

ready to review

### Description of the bug Fails due to the if/else statement around input to SPLIT_FASTA in binning.nf only consideres maxbin2 and/or metabat or both (CONCOCT does not produce 'unbins'). Should...

bug

### Description of feature Expand documentation to include when/why to use nf-core/mag, and potential downstream analyses that can be utilize nf-core/mag outputs. ```[tasklist] ### Tasks - [ ] https://github.com/nf-core/mag/issues/589 -...

enhancement
docs

### Description of feature Add CoverM to calculate read alignment metrics for contig/bin alignments ```[tasklist] ### Tasks - [ ] Add coverm/contig to nf-core/modules - [ ] Add coverm/genome to...

enhancement

### Description of feature [dRep](https://github.com/MrOlm/drep) takes a set of genomes, with CheckM data, and dereplicates them to produce a set of non-overlapping genomes at a specified ANI. As this is...

enhancement