Skip to content

theiagen/mbap-bacteria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bacterial Genomics Pipeline

flowchart TD
    input[Input CSV] --> FASTP
    FASTP[FASTP] --> |R1.fastq.gz, R2.fastq.gz| ASSEMBLY
    ASSEMBLY[ASSEMBLY] --> SPECIATION
    ASSEMBLY --> |contigs| AMR_FINDER
    ASSEMBLY --> collect_assembly[Collect Assembly Files]
    collect_assembly --> |contigs collection| AMR_ABRICATE
    collect_assembly --> |contigs collection| MLST
    SPECIATION --> speciation_out[Collect Speciation Results]
    AMR_FINDER --> amr_finder_out[Collect AMR Finder Results]
    AMR_ABRICATE --> multiqc_in[Collect MultiQC Inputs]
    MLST --> multiqc_in
    amr_finder_out --> multiqc_in
    speciation_out --> multiqc_in
    multiqc_in --> MULTIQC
    MULTIQC --> report[report.html]

    classDef process fill:#e1f5fe,stroke:#01579b,stroke-width:2px;
    classDef channel fill:#ffe0b2,stroke:#ff9800,stroke-width:2px;
    classDef output fill:#c8e6c9,stroke:#2e7d32,stroke-width:2px;
    
    class FASTP,ASSEMBLY,SPECIATION,AMR_ABRICATE,AMR_FINDER,MLST,MULTIQC process;
    class input,collect_assembly,multiqc_in,amr_finder_out,speciation_out channel;
    class report output;
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors