-
Notifications
You must be signed in to change notification settings - Fork 926
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MRSA Nanopore assembly tutorial to AMR learning pathway
- Loading branch information
Showing
5 changed files
with
784 additions
and
888 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
topics/assembly/tutorials/mrsa-nanopore/workflows/main-workflow-tests.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
- doc: Test outline for Genome-Assembly-of-MRSA-using-Oxford-Nanopore-MinION-(and-Illumina-data-if-available) | ||
job: | ||
Illumina reverse raw reads: | ||
class: File | ||
path: test-data/Illumina reverse raw reads.fastqsanger.bz2 | ||
filetype: fastqsanger.bz2 | ||
Illumina forward raw reads: | ||
class: File | ||
path: test-data/Illumina forward raw reads.fastqsanger.bz2 | ||
filetype: fastqsanger.bz2 | ||
Nanopore raw reads: | ||
class: File | ||
path: test-data/Nanopore raw reads.fastqsanger.bz2 | ||
filetype: fastqsanger.bz2 | ||
outputs: | ||
quast_report_after_polishing: | ||
path: test-data/quast_report_after_polishing.html | ||
quast_report_before_polishing: | ||
path: test-data/quast_report_before_polishing.html | ||
nanoplot_after_filtering: | ||
path: test-data/nanoplot_after_filtering.tabular | ||
flye_assembly_info: | ||
path: test-data/flye_assembly_info.tabular | ||
nanoplot_before_filtering: | ||
path: test-data/nanoplot_before_filtering.tabular |
Oops, something went wrong.