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

Add workflow tests for Scater QC workflow #5638

Merged
merged 7 commits into from
Jan 14, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ items:
- name: 'DOI: 10.5281/zenodo.3386291'
description: latest
items:
- url: https://zenodo.org/api/files/83bb489c-cd94-4d33-b8f4-da1dd7ee8e2b/annotation.txt
- url: https://zenodo.org/records/3386291/files/annotation.txt
src: url
ext: txt
info: https://doi.org/10.5281/zenodo.3386291
- url: https://zenodo.org/api/files/83bb489c-cd94-4d33-b8f4-da1dd7ee8e2b/counts.txt
- url: https://zenodo.org/records/3386291/files/counts.txt
src: url
ext: txt
info: https://doi.org/10.5281/zenodo.3386291
- url: https://zenodo.org/api/files/83bb489c-cd94-4d33-b8f4-da1dd7ee8e2b/mt_controls.txt
- url: https://zenodo.org/records/3386291/files/mt_controls.txt
src: url
ext: txt
info: https://doi.org/10.5281/zenodo.3386291
15 changes: 10 additions & 5 deletions topics/single-cell/tutorials/scrna-scater-qc/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ priority: 1
redirect_from:
- /topics/transcriptomics/tutorials/scrna-scater-qc/tutorial
zenodo_link: 'https://zenodo.org/record/3386291'
answer_histories:
- label: "UseGalaxy.eu"
history: https://singlecell.usegalaxy.eu/u/videmp/h/single-cell-qc-with-scater
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try archiving the history.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was already archieved.

date: 2024-12-12
tags:
questions:
- How to ensure the quality of single-cell RNA-seq data?
Expand All @@ -32,12 +36,13 @@ time_estimation: 1H
key_points:
- Single-cell RNA-seq data is often noisy
- scater can be used to apply the visualise-filter-visualise paradigm of quality control
contributors:
- ethering
- nsoranzo

contributions:
authorship:
- ethering
- nsoranzo
testing:
- pavanvidem
gitter: Galaxy-Training-Network/galaxy-single-cell

---


Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
- doc: Test outline for Single-cell-QC-with-scater
job:
annotation.txt:
class: File
location: https://zenodo.org/records/3386291/files/annotation.txt
filetype: tabular
counts.txt:
class: File
location: https://zenodo.org/records/3386291/files/counts.txt
filetype: tabular
mt_controls.txt:
class: File
location: https://zenodo.org/records/3386291/files/mt_controls.txt
filetype: txt
outputs:
lib_qc_plot:
asserts:
has_size:
value: 11291
delta: 500
output_loom:
asserts:
has_size:
value: 236352
delta: 10000
filtered_lib_qc_plot:
asserts:
has_size:
value: 10914
delta: 500
pca_plot:
asserts:
has_size:
value: 7106
delta: 350
Loading
Loading