Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix odd bzip2 record #4732

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions topics/assembly/tutorials/mrsa-illumina/data-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ items:
items:
- name: Genome Assembly of MRSA using Illumina MiSeq Data
items:
- name: 'DOI: 10.5281/zenodo.4534098'
- name: 'DOI: 10.5281/zenodo.10669812'
description: latest
items:
- url: https://zenodo.org/api/files/52e04e0d-851d-42ff-8dd9-932b38cb8ca8/DRR187559_1.fastqsanger.bz2
src: url
ext: fastqsanger.bz2
info: https://doi.org/10.5281/zenodo.4534098
info: https://doi.org/10.5281/zenodo.10669812
- url: https://zenodo.org/api/files/52e04e0d-851d-42ff-8dd9-932b38cb8ca8/DRR187559_2.fastqsanger.bz2
src: url
ext: fastqsanger.bz2
info: https://doi.org/10.5281/zenodo.4534098
info: https://doi.org/10.5281/zenodo.10669812
- url: https://zenodo.org/api/files/52e04e0d-851d-42ff-8dd9-932b38cb8ca8/DRR187567.fastq.bz2
src: url
ext: fastq.bz2
info: https://doi.org/10.5281/zenodo.4534098
info: https://doi.org/10.5281/zenodo.10669812
4 changes: 2 additions & 2 deletions topics/assembly/tutorials/mrsa-illumina/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: tutorial_hands_on

title: Genome Assembly of a bacterial genome (MRSA) sequenced using Illumina MiSeq Data
zenodo_link: 'https://zenodo.org/record/4534098'
zenodo_link: 'https://zenodo.org/record/10669812'
questions:
- How to check the quality of the MiSeq data?
- How to perform an assembly of a bacterial genome with MiSeq data?
Expand Down Expand Up @@ -384,4 +384,4 @@ The total length and the GC content of the assembly are coherent with expectatio
# Conclusion
In this tutorial, we prepared short reads, assembled them, and inspect the produced assembly for its quality. The assembly, even if uncomplete, is reasonable good to be used in downstream analysis, like [AMR gene detection]({% link topics/genome-annotation/tutorials/amr-gene-detection/tutorial.md %})
In this tutorial, we prepared short reads, assembled them, and inspect the produced assembly for its quality. The assembly, even if uncomplete, is reasonable good to be used in downstream analysis, like [AMR gene detection]({% link topics/genome-annotation/tutorials/amr-gene-detection/tutorial.md %})
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
job:
DRR187559_1:
class: File
location: https://zenodo.org/record/4534098/files/DRR187559_1.fastqsanger.bz2
location: https://zenodo.org/record/10669812/files/DRR187559_1.fastqsanger.bz2
filetype: fastqsanger.bz2
DRR187559_2:
class: File
location: https://zenodo.org/record/4534098/files/DRR187559_2.fastqsanger.bz2
location: https://zenodo.org/record/10669812/files/DRR187559_2.fastqsanger.bz2
filetype: fastqsanger.bz2
outputs:
fastp_json:
Expand Down
8 changes: 4 additions & 4 deletions topics/assembly/tutorials/mrsa-nanopore/data-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ items:
items:
- name: Genome Assembly of MRSA using Oxford Nanopore MinION Data
items:
- name: 'DOI: 10.5281/zenodo.4534098'
- name: 'DOI: 10.5281/zenodo.10669812'
description: latest
items:
- url: https://zenodo.org/api/files/52e04e0d-851d-42ff-8dd9-932b38cb8ca8/DRR187559_1.fastqsanger.bz2
src: url
ext: fastqsanger.bz2
info: https://doi.org/10.5281/zenodo.4534098
info: https://doi.org/10.5281/zenodo.10669812
- url: https://zenodo.org/api/files/52e04e0d-851d-42ff-8dd9-932b38cb8ca8/DRR187559_2.fastqsanger.bz2
src: url
ext: fastqsanger.bz2
info: https://doi.org/10.5281/zenodo.4534098
info: https://doi.org/10.5281/zenodo.10669812
- url: https://zenodo.org/api/files/52e04e0d-851d-42ff-8dd9-932b38cb8ca8/DRR187567.fastq.bz2
src: url
ext: fastq.bz2
info: https://doi.org/10.5281/zenodo.4534098
info: https://doi.org/10.5281/zenodo.10669812
2 changes: 1 addition & 1 deletion topics/assembly/tutorials/mrsa-nanopore/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: tutorial_hands_on

title: Genome Assembly of MRSA using Oxford Nanopore MinION Data
zenodo_link: 'https://zenodo.org/record/4534098'
zenodo_link: 'https://zenodo.org/record/10669812'
questions:
- How to check the quality of the MinION data?
- How to perform an assembly with MinION data?
Expand Down
Loading