|
2 | 2 |
|
3 | 3 | ## Upcoming release (`dev` branch) |
4 | 4 |
|
| 5 | +### Components changes |
| 6 | + |
| 7 | +- `mapping_patlas`: refactored to remove temporary files used to create |
| 8 | +sam and bam files and added data to .report.json. Updated databases to pATLAS |
| 9 | +version 1.5.2. |
| 10 | +- `mash_screen` and `mash_dist`: added data to .report.json. Updated databases |
| 11 | +to pATLAS version 1.5.2. |
| 12 | + |
| 13 | +### New components |
| 14 | + |
| 15 | +- Added component `fasterq_dump` |
| 16 | +- Added component `mash_sketch_fasta` |
| 17 | +- Added component `mash_sketch_fastq` |
| 18 | +- Added component `downsample_fastq` for FastQ read sub sampling using seqtk |
| 19 | +- Added component `momps` for typing of Legionella pneumophila |
| 20 | +- Added component `split_assembly` |
| 21 | +- Added component `mafft` |
| 22 | +- Added component `raxml` |
| 23 | +- Added component `viral_assembly` |
| 24 | +- Added component `progressive_mauve` |
| 25 | +- Added component `dengue_typing` |
| 26 | + |
| 27 | +### Minor/Other changes |
| 28 | + |
| 29 | +- Added check for `params.accessions` that enables to report a proper |
| 30 | +error when it is set to `null`. |
| 31 | +- Added `build` option to export component parameters information in JSON format. |
| 32 | +- Fixed minor issue preventing the `maxbin2` and `split_assembly` components |
| 33 | +from being used multiples times in a pipeline |
| 34 | +- Added a catch to the `filter_poly` process for cases where the input file is empty. |
| 35 | +- spades template now reports the exit code of spades' execution |
| 36 | + |
| 37 | +### Bug fixes |
| 38 | + |
| 39 | +- Removed the need for the nf process templates to have an empty line |
| 40 | +at the beginning of the template files. |
| 41 | +- Fixed issue when the `inspect` mode was executed on a pipeline directory |
| 42 | +with failed processes but with the work directory removed (the log files |
| 43 | +where no longer available). |
| 44 | +- Fixed issue when the `inspect` mode was executed on a pipeline without the |
| 45 | +memory directory defined. |
| 46 | +- Fixed issue in the `inspect` mode, where there is a rare race condition between |
| 47 | +tags in the log and trace files. |
| 48 | +- Fixed bug on `midas_species` process where the output file was not being |
| 49 | +linked correctly, causing the process to fail |
| 50 | +- Fixed bug on `bowtie` where the reference parameter was missing the pid |
| 51 | +- Fixed bug on `filter_poly` where the tag was missing |
| 52 | + |
5 | 53 | ## 1.2.1 |
6 | 54 |
|
7 | 55 | ### Improvements |
|
0 commit comments