Skip to content

Commit

Permalink
change global variable used
Browse files Browse the repository at this point in the history
  • Loading branch information
zxBIB Almeida,Felipe (GCBDS) EXTERNAL committed Apr 30, 2024
1 parent 9f0d8db commit 118d754
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 @@ -11,9 +11,9 @@ nextflow_pipeline {
aligner = 'cellrangermulti'
outdir = "${outputDir}/results_cellrangermulti"
input = "${baseDir}/assets/cellrangermulti_samplesheet.csv"
cellranger_multi_barcodes = "${projectDir}/assets/cellranger_barcodes_samplesheet.csv"
gex_frna_probe_set = "${projectDir}/assets/frna_probeset_subset.csv"
fb_reference = "${projectDir}/assets/fb_reference.csv"
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'
gtf = 'https://ftp.ensembl.org/pub/release-110/gtf/homo_sapiens/Homo_sapiens.GRCh38.110.gtf.gz'
aligner = 'cellrangermulti'
Expand Down

0 comments on commit 118d754

Please sign in to comment.