File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 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
1827- The ` env ` scope of nextflow.config now extends the ` PYTHONPATH `
1928environmental 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments