Skip to content

Commit

Permalink
Updated to include important file
Browse files Browse the repository at this point in the history
  • Loading branch information
evagunawan committed Jan 30, 2025
1 parent bb4daad commit e11cafd
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ spriggan_results
│ ├── amrfinder_predictions.tsv
│ ├── amrfinder_summary.tsv
│ └── selected_ar_genes.tsv
├── assembly
│ └── assembly_stats_results.tsv
├── bbduk
│ ├── *.fastq.gz
│ ├── *.adapter.stats.txt
Expand All @@ -122,6 +124,8 @@ spriggan_results
│ ├── *.html
│ ├── *.zip
│ └── fastqc_summary.tsv
├── gc
│ └── gc_stats_results.tsv
├── kraken
│ ├── *.kraken2.txt
│ ├── kraken_results.tsv
Expand Down Expand Up @@ -170,12 +174,12 @@ spriggan_results
└── spades.fasta
```
Notable output files:
**spriggan_report.csv** - Summary table of each step in Spriggan
**spriggan_multiqc_report.html** - HTML report generated by MultiQC
**\*.contigs.fa** - Shovill assembly for each sample
**\*.amr.tsv** - AMR genes identified in each sample by AMRFinderPlus
**\*.mlst.tsv** - MLST scheme identified for each sample
**Empty_samples.csv** - Lists any samples that are empty and were removed from the pipeline
**spriggan_report.csv** - Summary table of each step in Spriggan.
**spriggan_multiqc_report.html** - HTML report generated by MultiQC.
**\*.contigs.fa** - Shovill assembly for each sample.
**\*.amr.tsv** - AMR genes identified in each sample by AMRFinderPlus.
**\*.mlst.tsv** - MLST scheme identified for each sample.
**Empty_samples.csv** - Lists any samples that do not have any reads and were removed from the pipeline.

## Credits
Spriggan was written by Dr. [Kelsey Florek](https://github.com/k-florek), Dr. [Abigail C. Shockey](https://github.com/AbigailShockey), and [Eva Gunawan](https://github.com/evagunawan).
Expand Down

0 comments on commit e11cafd

Please sign in to comment.