-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnf-params.json
16 lines (16 loc) · 1.03 KB
/
nf-params.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"input": "s3://salzman-lab/nf-sicilian-outputs/aws-maca-full-genome/umitools/extract/*_{1,2}.fastq.gz",
"single_end": true,
"outdir": "s3://salzman-lab/nf-sicilian-outputs/aws-maca-full-genome",
"email": "[email protected]",
"fasta": "http://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_mouse/release_M17/GRCm38.p6.genome.fa.gz",
"gtf": "s3://salzman-lab/sicilian-references/mouse/mm10/gtf_file/GCF_000001635.26_GRCm38.p6_genomic.gtf.gz",
"star_index": "s3://salzman-lab/nf-sicilian-outputs/aws-maca-full-genome/genome/index/star/",
"tenx": true,
"stranded": true,
"domain": "s3://salzman-lab/hg38_ref_files/domain_file.txt",
"annotator": "s3://salzman-lab/nf-sicilian-outputs/aws-maca-full-genome/sicilian/GCF_000001635_gene_names.pkl",
"exon_bounds": "s3://salzman-lab/nf-sicilian-outputs/aws-maca-full-genome/sicilian/GCF_000001635_exon_bounds.pkl",
"splices": "s3://salzman-lab/nf-sicilian-outputs/aws-maca-full-genome/sicilian/GCF_000001635_splices.pkl",
"skip_umitools": true
}