Skip to content

Commit

Permalink
change reference and resources used
Browse files Browse the repository at this point in the history
  • Loading branch information
fmalmeida committed Apr 30, 2024
1 parent b64fa2d commit e97e1c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/main_pipeline_cellrangermulti.test
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ nextflow_pipeline {
cellranger_multi_barcodes = "${baseDir}/assets/cellranger_barcodes_samplesheet.csv"
gex_frna_probe_set = "${baseDir}/assets/frna_probeset_subset.csv"
fb_reference = "${baseDir}/assets/fb_reference.csv"
fasta = 'https://ftp.ensembl.org/pub/release-110/fasta/homo_sapiens/dna/Homo_sapiens.GRCh38.dna.chromosome.2.fa.gz'
fasta = 'https://ftp.ensembl.org/pub/release-110/fasta/homo_sapiens/dna/Homo_sapiens.GRCh38.dna.chromosome.14.fa.gz'
gtf = 'https://ftp.ensembl.org/pub/release-110/gtf/homo_sapiens/Homo_sapiens.GRCh38.110.gtf.gz'
aligner = 'cellrangermulti'
protocol = 'auto'

// Limit resources so that this can run on GitHub Actions -- for some reason it had not been taken from shared config
max_cpus = 2
max_memory = '6.GB'
max_cpus = 4
max_memory = '14.GB'
max_time = '6.h'
}
}
Expand Down

0 comments on commit e97e1c0

Please sign in to comment.