Skip to content

Commit deea66d

Browse files
committed
Merge branch 'dev'
2 parents a006630 + d6e3397 commit deea66d

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

changelog.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@
44

55
### New components
66

7+
- `card_rgi`: Anti-microbial gene screening for assemblies
8+
- `filter_poly`: Runs PrinSeq on paired-end FastQ files to remove low complexity sequences
9+
- `kraken`: Taxonomical identification of FastQ files
10+
- `megahit`: Metagenomic assembler for paired-end FastQ files
11+
- `metaprob`: Preforms read binning on metagenomic FastQ files
12+
- `metamlst`: Checks the Sequence Type of metagenomic FastQ reads using Multilocus Sequence Typing
13+
- `metaspades`: Metagenomic assembler for paired-end FastQ files
14+
- `midas_species`: Taxonomical identification of FastQ files on the species level
15+
- `remove host`: Read mapping with Bowtie2 against the host genome (default hg19) and removes the mapping reads
716
- `sistr`: Salmonella *in silico* typing component for assemblies.
817

918
### Features
@@ -18,8 +27,9 @@
1827
- The `env` scope of nextflow.config now extends the `PYTHONPATH`
1928
environmental variable.
2029
- Updated indexes for both `mapping_patlas` and `mash` based processes.
30+
- New logo!
2131

2232
# Bug Fixes
2333

2434
- **Template: fastqc_report.py**: Added fix to trim range evaluation.
25-
- **Script: merge_json.py**: Fixed chewbbaca JSON merge function.
35+
- **Script: merge_json.py**: Fixed chewbbaca JSON merge function.

docs/user/available_components.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Taxonomical Profiling
108108
---------------------
109109

110110
- :doc:`components/kraken`: Performs taxonomical identification with kraken
111-
(minikrakenDB2014 as default database)
111+
(minikrakenDB2017 as default database)
112112

113113
- :doc:`components/midas_species`: Performs taxonomical identification on the
114114
species level with midas (requires database)
@@ -132,4 +132,4 @@ Typing
132132
of reference sequences.
133133

134134
- :doc:`components/sistr`: Serovar predictions from whole-genome sequence assemblies
135-
by determination of antigen gene and cgMLST gene alleles.
135+
by determination of antigen gene and cgMLST gene alleles.

0 commit comments

Comments
 (0)