-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.yaml
56 lines (41 loc) · 1.67 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# ----------------------------------------
# General
# path to sheet describing each cell
samplesheet: samplesheet.tsv
# the assembly pipeline uses the immcantation framework for IgBLAST
# gene segment calling and results parsing
# options: 'docker' or 'singularity'
container_type: docker
# Singularity only: if commands are required prior
# to singularity execution, uncomment and edit the line below
#singularity_pre_cmd: "module load system && module load singularity && "
# human or mouse
species: human
# partition (for cluster computing)
partition: "quake,owners"
# ----------------------------------------
# Assembly
receptor: BCR
# optional scratch environmental variable for cluster computing
#scratch: '$L_SCRATCH'
# ----------------------------------------
# Alignment
# sequencing read length e.g. 100 for 2x100 paired-end sequencing
# (used during STAR genome generation)
read_length: 100
# whether or not to include ERCCs in the genome fasta and gtf
include_ERCCs: True
# STAR alignment: fasta and gtf files
# (these should not need to be changed)
fasta_url:
human: ftp://ftp.ensembl.org/pub/release-93/fasta/homo_sapiens/dna/Homo_sapiens.GRCh38.dna.primary_assembly.fa.gz
mouse: ftp://ftp.ensembl.org/pub/release-93/fasta/mus_musculus/dna/Mus_musculus.GRCm38.dna.primary_assembly.fa.gz
fasta_name:
human: Homo_sapiens.GRCh38.dna.primary_assembly
mouse: Mus_musculus.GRCm38.dna.primary_assembly
gtf_url:
human: ftp://ftp.ensembl.org/pub/release-93/gtf/homo_sapiens/Homo_sapiens.GRCh38.93.gtf.gz
mouse: ftp://ftp.ensembl.org/pub/release-93/gtf/mus_musculus/Mus_musculus.GRCm38.93.gtf.gz
gtf_name:
human: Homo_sapiens.GRCh38.93
mouse: Mus_musculus.GRCm38.93