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

Modified single_cell_tutorial.md and added files needed for the tutorials #364

Open
wants to merge 6 commits into
base: tutorials
Choose a base branch
from
Open
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
1 change: 1 addition & 0 deletions assets/tutorial/airrflow_test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nextflow run nf-core/airrflow -r 4.1.0 -profile test,docker --outdir test_results
9 changes: 9 additions & 0 deletions assets/tutorial/assemble.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/bash

nextflow run nf-core/airrflow -r 4.2.0 \
-profile docker \
--mode assembled \
--input samplesheet.tsv \
--outdir results \
-c resource.config

3 changes: 3 additions & 0 deletions assets/tutorial/resource.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
process {
resourceLimits = [ memory: 16.GB, time: 72.h, cpus: 8 ]
}
1 change: 0 additions & 1 deletion assets/tutorial/samplesheet.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ https://zenodo.org/records/11373741/files/AIRR_subject1_FNA_d0_1_Y1.tsv human S1
https://zenodo.org/records/11373741/files/AIRR_subject1_FNA_d12_3_Y1.tsv human S1 S1_d12 d12 PMBC NA NA NA IG TRUE
https://zenodo.org/records/11373741/files/AIRR_subject2_FNA_d0_1_Y1.tsv human S2 S2_d0 d0 PMBC NA NA NA IG TRUE
https://zenodo.org/records/11373741/files/AIRR_subject2_FNA_d12_2_Y1.tsv human S2 S2_d12 d12 PMBC NA NA NA IG TRUE

Loading