LICENSE
README.md
setup.py
flowcraft/__init__.py
flowcraft/flowcraft.py
flowcraft/nextflow.config
flowcraft/profiles.config
flowcraft.egg-info/PKG-INFO
flowcraft.egg-info/SOURCES.txt
flowcraft.egg-info/dependency_links.txt
flowcraft.egg-info/entry_points.txt
flowcraft.egg-info/requires.txt
flowcraft.egg-info/top_level.txt
flowcraft/bin/final_POST.sh
flowcraft/bin/merge_json.py
flowcraft/bin/parse_true_coverage.py
flowcraft/bin/prepare_reports.py
flowcraft/bin/renamePE_samtoolsFASTQ.py
flowcraft/bin/report_POST.sh
flowcraft/bin/set_dotfiles.sh
flowcraft/bin/startup_POST.sh
flowcraft/generator/__init__.py
flowcraft/generator/engine.py
flowcraft/generator/error_handling.py
flowcraft/generator/footer_skeleton.py
flowcraft/generator/header_skeleton.py
flowcraft/generator/inspect.py
flowcraft/generator/pipeline_parser.py
flowcraft/generator/process.py
flowcraft/generator/process_details.py
flowcraft/generator/recipe.py
flowcraft/generator/components/__init__.py
flowcraft/generator/components/annotation.py
flowcraft/generator/components/assembly.py
flowcraft/generator/components/assembly_processing.py
flowcraft/generator/components/distance_estimation.py
flowcraft/generator/components/downloads.py
flowcraft/generator/components/metagenomics.py
flowcraft/generator/components/mlst.py
flowcraft/generator/components/patlas_mapping.py
flowcraft/generator/components/reads_quality_control.py
flowcraft/generator/components/typing.py
flowcraft/generator/templates/Helper.groovy
flowcraft/generator/templates/abricate.nf
flowcraft/generator/templates/assembly_mapping.nf
flowcraft/generator/templates/bowtie_build.nf
flowcraft/generator/templates/card_rgi.nf
flowcraft/generator/templates/check_coverage.nf
flowcraft/generator/templates/chewbbaca.nf
flowcraft/generator/templates/compiler_channels.txt
flowcraft/generator/templates/containers.config
flowcraft/generator/templates/fastqc.nf
flowcraft/generator/templates/fastqc_trimmomatic.nf
flowcraft/generator/templates/filter_poly.nf
flowcraft/generator/templates/init.nf
flowcraft/generator/templates/integrity_coverage.nf
flowcraft/generator/templates/kraken.nf
flowcraft/generator/templates/mapping_patlas.nf
flowcraft/generator/templates/mash_dist.nf
flowcraft/generator/templates/mash_screen.nf
flowcraft/generator/templates/megahit.nf
flowcraft/generator/templates/metamlst.nf
flowcraft/generator/templates/metaprob.nf
flowcraft/generator/templates/metaspades.nf
flowcraft/generator/templates/midas_species.nf
flowcraft/generator/templates/mlst.nf
flowcraft/generator/templates/params.config
flowcraft/generator/templates/patho_typing.nf
flowcraft/generator/templates/patlas_consensus.nf
flowcraft/generator/templates/pilon.nf
flowcraft/generator/templates/pipeline_graph.html
flowcraft/generator/templates/post.txt
flowcraft/generator/templates/process_skesa.nf
flowcraft/generator/templates/process_spades.nf
flowcraft/generator/templates/prokka.nf
flowcraft/generator/templates/reads_download.nf
flowcraft/generator/templates/remove_host.nf
flowcraft/generator/templates/report_compiler.nf
flowcraft/generator/templates/report_post.txt
flowcraft/generator/templates/resources.config
flowcraft/generator/templates/seq_typing.nf
flowcraft/generator/templates/sistr.nf
flowcraft/generator/templates/skesa.nf
flowcraft/generator/templates/spades.nf
flowcraft/generator/templates/status_compiler.nf
flowcraft/generator/templates/trace_compiler.nf
flowcraft/generator/templates/trimmomatic.nf
flowcraft/generator/templates/true_coverage.nf
flowcraft/generator/templates/user.config
flowcraft/lib/CheckParams.groovy
flowcraft/templates/__init__.py
flowcraft/templates/assembly_report.py
flowcraft/templates/fastqc.py
flowcraft/templates/fastqc_report.py
flowcraft/templates/integrity_coverage.py
flowcraft/templates/mapping2json.py
flowcraft/templates/mashdist2json.py
flowcraft/templates/mashscreen2json.py
flowcraft/templates/megahit.py
flowcraft/templates/metaspades.py
flowcraft/templates/pATLAS_consensus_json.py
flowcraft/templates/pipeline_status.py
flowcraft/templates/process_abricate.py
flowcraft/templates/process_assembly.py
flowcraft/templates/process_assembly_mapping.py
flowcraft/templates/skesa.py
flowcraft/templates/spades.py
flowcraft/templates/trimmomatic.py
flowcraft/templates/trimmomatic_report.py
flowcraft/templates/flowcraft_utils/__init__.py
flowcraft/templates/flowcraft_utils/flowcraft_base.py