annotate 0.4.0/workflows/conf/centriflaken_hy.config @ 101:ce6d9548fe89

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