Skip to content

Commit 09fb3bb

Browse files
chore: Merge branch 'main' of https://github.com/CCBR/MOSuite-Nextflow
2 parents 26184a4 + 0dc43e7 commit 09fb3bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

conf/ci_stub.config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ params {
22
config_profile_name = 'Test stubs'
33
config_profile_description = 'Minimal test configuration to run stubs with continuous integration'
44

5-
input = 'hello world'
5+
samplesheet = 'https://raw.githubusercontent.com/CCBR/MOSuite/main/inst/extdata/nidap/Sample_Metadata_Bulk_RNA-seq_Training_Dataset_CCBR.csv.gz'
6+
counts = 'https://raw.githubusercontent.com/CCBR/MOSuite/main/inst/extdata/nidap/Raw_Counts.csv.gz'
7+
68
outputDir = 'results/test'
79

810
max_cpus = 2 // for GitHub Actions https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources

0 commit comments

Comments
 (0)