Skip to content

Commit

Permalink
fix(config): remove refinement from production settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmann committed Oct 5, 2023
1 parent 8ad0ce5 commit a131aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 28 deletions.
15 changes: 1 addition & 14 deletions default/fullPipeline_illumina_nanpore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,6 @@ steps:
# Set --seed positive numbers to reproduce the result exactly. Otherwise, random seed will be set each time.
additionalParams: " --seed 234234 "
# Secondary binning tool for use with MAGscot
metabinner:
minContigLength: 500
kmerSize: 4
magscot:
additionalParams: ""
prodigal:
additionalParams: " -p meta "
hmmSearch:
additionalParams: "--noali --notextw --cut_nc"
database:
download:
source: https://openstack.cebitec.uni-bielefeld.de:8080/databases/gtdbtk_r214_data.tar.gz
md5sum: 390e16b3f7b0c4463eb7a3b2149261d9
binningONT:
minimap:
additionalParams:
Expand Down Expand Up @@ -292,7 +279,7 @@ steps:
runOnMAGs: true
gtdb:
# High sensitivity mode parameters only work for quality MAGs, for unbinable contigs use default parameters
params: ' --lca-ranks superkingdom,phylum,class,order,family,genus,species,subspecies --max-seqs 300 --max-accept 50 -c 0.8 --cov-mode 0 -e 0.001 --e-profile 0.01 '
params: ' --lca-ranks superkingdom,phylum,class,order,family,genus,species,subspecies --max-seqs 300 --max-accept 50 --cov-mode 0 -e 0.001 --e-profile 0.01 '
# Load database into memory to speed up classification, only works if --db-load-mode 3 is set in params
ramMode: false
database:
Expand Down
15 changes: 1 addition & 14 deletions default/fullPipeline_illumina_nanpore_without_aggregate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,19 +78,6 @@ steps:
# Set --seed positive numbers to reproduce the result exactly. Otherwise, random seed will be set each time.
additionalParams: " --seed 234234 "
# Secondary binning tool for use with MAGscot
metabinner:
minContigLength: 500
kmerSize: 4
magscot:
additionalParams: ""
prodigal:
additionalParams: " -p meta "
hmmSearch:
additionalParams: "--noali --notextw --cut_nc"
database:
download:
source: https://openstack.cebitec.uni-bielefeld.de:8080/databases/gtdbtk_r214_data.tar.gz
md5sum: 390e16b3f7b0c4463eb7a3b2149261d9
binningONT:
minimap:
additionalParams:
Expand Down Expand Up @@ -193,7 +180,7 @@ steps:
runOnMAGs: true
gtdb:
# High sensitivity mode parameters only work for quality MAGs, for unbinable contigs use default parameters
params: ' --lca-ranks superkingdom,phylum,class,order,family,genus,species,subspecies --max-seqs 300 --max-accept 50 -c 0.8 --cov-mode 0 -e 0.001 --e-profile 0.01 '
params: ' --lca-ranks superkingdom,phylum,class,order,family,genus,species,subspecies --max-seqs 300 --max-accept 50 --cov-mode 0 -e 0.001 --e-profile 0.01 '
# Load database into memory to speed up classification, only works if --db-load-mode 3 is set in params
ramMode: false
database:
Expand Down

0 comments on commit a131aa7

Please sign in to comment.