Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (26 loc) · 1.03 KB

Output.md

File metadata and controls

33 lines (26 loc) · 1.03 KB

Output files

All output files are stored in a folder with the same name as the sampleID in the specified output directory. If no output directory is specified, the files are stored in the current working directory.

Folder structure

sampleID/
├── qc/
│   ├── shortread_qc/       (hybrid only)
│   ├── longread_raw/
│   ├── longread_filterd/
│   ├── assembly_qc/
│   └── qc_sampleID.json
├── assembly/
│   ├── graph_plot/         
│   ├── miniasm/            (if mode selected)
│   ├── spades/             (if mode selected)
│   ├── unicycler/          (if mode selected)
│   ├── canu/               (if mode selected)
│   └── flye/               (if mode selected)
├── assembly_processed/
│   ├── racon/              (if mode selected)
│   ├── pilon/              (if mode selected)
│   └── link/               (if mode selected)
├── plasmid_analysis/
├── genomes/    
└── plasmids/