annotate 0.3.0/workflows/conf/centriflaken_hy.config @ 97:8d7f482c64de

"planemo upload"
author kkonganti
date Fri, 29 Jul 2022 11:11:07 -0400
parents 3f367a0de778
children
rev   line source
kkonganti@92 1 params {
kkonganti@92 2 workflow_blueprint_by = 'Narjol.Gonzalez-Escalona@fda.hhs.gov'
kkonganti@92 3 workflow_built_by = 'Kranti.Konganti@fda.hhs.gov'
kkonganti@92 4 workflow_version = '0.3.0'
kkonganti@97 5 centrifuge_x = '/tool-local-data/cfsan-centriflaken-db/0/centrifuge/2022-04-12/ab'
kkonganti@92 6 centrifuge_extract_bug = 'Escherichia coli'
kkonganti@92 7 centrifuge_save_aligned = false
kkonganti@92 8 centrifuge_save_unaligned = false
kkonganti@92 9 centrifuge_out_fmt_sam = false
kkonganti@92 10 centrifuge_ignore_quals = false
kkonganti@97 11 kraken2_db = '/tool-local-data/cfsan-centriflaken-db/0/kraken2/standard-210914'
kkonganti@92 12 kraken2_confidence = '0.0'
kkonganti@92 13 kraken2_quick = false
kkonganti@92 14 kraken2_use_mpa_style = false
kkonganti@92 15 kraken2_minimum_base_quality = '0'
kkonganti@92 16 kraken2_report_zero_counts = false
kkonganti@92 17 kraken2_report_minimizer_data = false
kkonganti@92 18 kraken2_use_names = true
kkonganti@92 19 kraken2_extract_bug = params.centrifuge_extract_bug
kkonganti@92 20 megahit_run = true
kkonganti@92 21 megahit_min_count = false
kkonganti@92 22 megahit_k_list = false
kkonganti@92 23 megahit_no_mercy = false
kkonganti@92 24 megahit_bubble_level = false
kkonganti@92 25 megahit_merge_level = false
kkonganti@92 26 megahit_prune_level = false
kkonganti@92 27 megahit_prune_depth = false
kkonganti@92 28 megahit_low_local_ratio = false
kkonganti@92 29 megahit_max_tip_len = false
kkonganti@92 30 megahit_no_local = false
kkonganti@92 31 megahit_kmin_1pass = false
kkonganti@92 32 megahit_preset = 'meta-sensitive'
kkonganti@92 33 megahit_mem_flag = 2
kkonganti@92 34 megahit_min_contig_len = false
kkonganti@92 35 spades_run = false
kkonganti@92 36 spades_isolate = false
kkonganti@92 37 spades_sc = false
kkonganti@92 38 spades_meta = true
kkonganti@92 39 spades_bio = false
kkonganti@92 40 spades_corona = false
kkonganti@92 41 spades_rna = false
kkonganti@92 42 spades_plasmid = false
kkonganti@92 43 spades_metaviral = false
kkonganti@92 44 spades_metaplasmid = false
kkonganti@92 45 spades_rnaviral = false
kkonganti@92 46 spades_iontorrent = false
kkonganti@92 47 spades_only_assembler = false
kkonganti@92 48 spades_careful = false
kkonganti@92 49 spades_cov_cutoff = false
kkonganti@92 50 spades_k = false
kkonganti@92 51 spades_hmm = false
kkonganti@92 52 ectyper_run = false
kkonganti@92 53 ectyper_perc_opid = 90
kkonganti@92 54 ectyper_perc_hpid = 95
kkonganti@92 55 ectyper_perc_opcov = 95
kkonganti@92 56 ectyper_perc_hpcov = 50
kkonganti@92 57 serotypefinder_run = (params.centrifuge_extract_bug ==~ /(?i)Salmonella/ ? false : true)
kkonganti@97 58 serotypefinder_db = '/tool-local-data/cfsan-centriflaken-db/0/serotypefinder/2.0.2'
kkonganti@92 59 serotypefinder_min_cov = 0.80
kkonganti@92 60 serotypefinder_min_threshold = 0.85
kkonganti@92 61 serotypefinder_x = true
kkonganti@92 62 seqsero2_run = (params.centrifuge_extract_bug ==~ /(?i)Salmonella/ ? true : false)
kkonganti@92 63 seqsero2_t = 4
kkonganti@92 64 seqsero2_m = 'k'
kkonganti@92 65 seqsero2_c = false
kkonganti@92 66 seqsero2_s = false
kkonganti@92 67 mlst_run = true
kkonganti@92 68 mlst_minid = 95
kkonganti@92 69 mlst_mincov = 10
kkonganti@92 70 mlst_minscore = 50
kkonganti@92 71 amrfinderplus_run = false
kkonganti@97 72 amrfinderplus_db = '/tool-local-data/cfsan-centriflaken-db/0/amrfinderplus/3.10.24/latest'
kkonganti@92 73 amrfinderplus_genes = true
kkonganti@92 74 abricate_run = true
kkonganti@97 75 abricate_datadir = '/tool-local-data/cfsan-centriflaken-db/0/abricate/1.0.1/db'
kkonganti@92 76 abricate_minid = 90
kkonganti@92 77 abricate_mincov = 80
kkonganti@92 78 abricate_summary_run = true
kkonganti@92 79 seqkit_grep_on = false
kkonganti@92 80 fq_filter_by_len = 75
kkonganti@92 81 fq_suffix = '_R1_001.fastq.gz'
kkonganti@92 82 fq2_suffix = '_R2_001.fastq.gz'
kkonganti@92 83 }