Skip to content

Commit ceb0dc6

Browse files
authored
Merge pull request #5638 from pavanvidem/scater-wf-test
Add workflow tests for Scater QC workflow
2 parents 675ea1a + c967ecb commit ceb0dc6

File tree

4 files changed

+381
-286
lines changed

4 files changed

+381
-286
lines changed

topics/single-cell/tutorials/scrna-scater-qc/data-library.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ items:
1515
- name: 'DOI: 10.5281/zenodo.3386291'
1616
description: latest
1717
items:
18-
- url: https://zenodo.org/api/files/83bb489c-cd94-4d33-b8f4-da1dd7ee8e2b/annotation.txt
18+
- url: https://zenodo.org/records/3386291/files/annotation.txt
1919
src: url
2020
ext: txt
2121
info: https://doi.org/10.5281/zenodo.3386291
22-
- url: https://zenodo.org/api/files/83bb489c-cd94-4d33-b8f4-da1dd7ee8e2b/counts.txt
22+
- url: https://zenodo.org/records/3386291/files/counts.txt
2323
src: url
2424
ext: txt
2525
info: https://doi.org/10.5281/zenodo.3386291
26-
- url: https://zenodo.org/api/files/83bb489c-cd94-4d33-b8f4-da1dd7ee8e2b/mt_controls.txt
26+
- url: https://zenodo.org/records/3386291/files/mt_controls.txt
2727
src: url
2828
ext: txt
2929
info: https://doi.org/10.5281/zenodo.3386291

topics/single-cell/tutorials/scrna-scater-qc/tutorial.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ priority: 1
77
redirect_from:
88
- /topics/transcriptomics/tutorials/scrna-scater-qc/tutorial
99
zenodo_link: 'https://zenodo.org/record/3386291'
10+
answer_histories:
11+
- label: "UseGalaxy.eu"
12+
history: https://singlecell.usegalaxy.eu/u/videmp/h/single-cell-qc-with-scater
13+
date: 2024-12-12
1014
tags:
1115
questions:
1216
- How to ensure the quality of single-cell RNA-seq data?
@@ -32,12 +36,13 @@ time_estimation: 1H
3236
key_points:
3337
- Single-cell RNA-seq data is often noisy
3438
- scater can be used to apply the visualise-filter-visualise paradigm of quality control
35-
contributors:
36-
- ethering
37-
- nsoranzo
38-
39+
contributions:
40+
authorship:
41+
- ethering
42+
- nsoranzo
43+
testing:
44+
- pavanvidem
3945
gitter: Galaxy-Training-Network/galaxy-single-cell
40-
4146
---
4247

4348

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
- doc: Test outline for Single-cell-QC-with-scater
2+
job:
3+
annotation.txt:
4+
class: File
5+
location: https://zenodo.org/records/3386291/files/annotation.txt
6+
filetype: tabular
7+
counts.txt:
8+
class: File
9+
location: https://zenodo.org/records/3386291/files/counts.txt
10+
filetype: tabular
11+
mt_controls.txt:
12+
class: File
13+
location: https://zenodo.org/records/3386291/files/mt_controls.txt
14+
filetype: txt
15+
outputs:
16+
lib_qc_plot:
17+
asserts:
18+
has_size:
19+
value: 11291
20+
delta: 500
21+
output_loom:
22+
asserts:
23+
has_size:
24+
value: 236352
25+
delta: 10000
26+
filtered_lib_qc_plot:
27+
asserts:
28+
has_size:
29+
value: 10914
30+
delta: 500
31+
pca_plot:
32+
asserts:
33+
has_size:
34+
value: 7106
35+
delta: 350

0 commit comments

Comments
 (0)