We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26184a4 + 0dc43e7 commit 09fb3bbCopy full SHA for 09fb3bb
conf/ci_stub.config
@@ -2,7 +2,9 @@ params {
2
config_profile_name = 'Test stubs'
3
config_profile_description = 'Minimal test configuration to run stubs with continuous integration'
4
5
- input = 'hello world'
+ 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
+
8
outputDir = 'results/test'
9
10
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