Skip to content

Commit b6b35d7

Browse files
author
Seqera AI
committed
Fix test_minimal profile URLs to point to full_test branch
1 parent d602b3a commit b6b35d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nextflow.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ profiles {
5252
}
5353
}
5454
params {
55-
input = "https://raw.githubusercontent.com/tylergross97/nextflow_xengsort/main/test_minimal/data/xengsort/samplesheet.csv"
56-
hg38_fasta = "https://raw.githubusercontent.com/tylergross97/nextflow_xengsort/main/test_minimal/data/xengsort/human.fa"
57-
nsg_fasta = "https://raw.githubusercontent.com/tylergross97/nextflow_xengsort/main/test_minimal/data/xengsort/mouse.fa"
55+
input = "https://raw.githubusercontent.com/tylergross97/nextflow_xengsort/full_test/test_minimal/data/xengsort/samplesheet.csv"
56+
hg38_fasta = "https://raw.githubusercontent.com/tylergross97/nextflow_xengsort/full_test/test_minimal/data/xengsort/human.fa"
57+
nsg_fasta = "https://raw.githubusercontent.com/tylergross97/nextflow_xengsort/full_test/test_minimal/data/xengsort/mouse.fa"
5858
outdir_base = 'results_test_minimal'
5959
outdir_references = "results_test_minimal/references"
6060
outdir_fastp = "results_test_minimal/fastp"

0 commit comments

Comments
 (0)