Skip to content

Commit

Permalink
Merge pull request #5638 from pavanvidem/scater-wf-test
Browse files Browse the repository at this point in the history
Add workflow tests for Scater QC workflow
  • Loading branch information
shiltemann authored Jan 14, 2025
2 parents 675ea1a + c967ecb commit ceb0dc6
Show file tree
Hide file tree
Showing 4 changed files with 381 additions and 286 deletions.
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
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

0 comments on commit ceb0dc6

Please sign in to comment.