|
2 | 2 |
|
3 | 3 | ## Changes in upcoming release (`dev` branch) |
4 | 4 |
|
| 5 | + |
| 6 | +## 1.4.0 |
| 7 | + |
| 8 | +### New features |
| 9 | + |
| 10 | +- Added support for the report system to: |
| 11 | + - `maxbin2` |
| 12 | +- Added new `manifest.config` with the pipeline metadata |
| 13 | + |
| 14 | +### New components |
| 15 | + |
| 16 | +- `Kraken2`: Taxonomic identification on FastQ files |
| 17 | + |
| 18 | +### Bug fixes |
| 19 | + |
| 20 | +- Fix bug in `momps`component related to added in the introduction of the clear input parameter |
| 21 | +- Fixed bug with the `-ft` parameters not retrieving the dockerhub tags for |
| 22 | +all the components. |
| 23 | +- Fixed bug in the `megahit` process where the fastg mode would break the process |
| 24 | +- Fix inspect and report mode to fetch the nextflow file independently of its |
| 25 | +position in the `nextflow run` command inside the .nextflow.log file. |
| 26 | +- Fix parsing of .nextflow.log file when searching for `nextflow run` command. |
| 27 | +- Fixed bug between mash_sketch_fasta and mash_dist. |
| 28 | + |
| 29 | +### Minor/Other changes |
| 30 | + |
| 31 | +- Added option to `dengue_typing` to retrieve closest reference sequence and link it |
| 32 | +with a secondary channel into `mafft` |
| 33 | +- New version of DEN-IM recipe |
| 34 | +- Now prints an ordered list of components |
| 35 | +- Moved taxonomy results from `results/annotation/` to `results/taxonomy/` |
| 36 | + |
| 37 | + |
5 | 38 | ## 1.4.0 |
6 | 39 |
|
7 | 40 | ### New features |
@@ -41,9 +74,11 @@ resolution |
41 | 74 | - Added seed parameter to `downsample_fastq` component. |
42 | 75 | - Added bacmet database to `abricate` component. |
43 | 76 | - Added default docker option to avoid docker permission errors. |
| 77 | +- Changed the default URL generated by inspect and report commands. |
44 | 78 | - Changed the default URL generated by inspect and report commands. |
45 | 79 | - Added directives to `-L` parameter of build module. |
46 | 80 |
|
| 81 | + |
47 | 82 | ### Bug fixes |
48 | 83 |
|
49 | 84 | - Fixed forks with same source process name. |
|
0 commit comments