Skip to content

Commit 69ff745

Browse files
authored
Merge pull request #127 from nf-core/release-code-review
Fixes from code review
2 parents b4eb1dd + ddb925a commit 69ff745

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

conf/test_samples.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ params {
2424
config_profile_description = 'Test dataset to check pipeline function when we have a duplicate sample id'
2525

2626
// Input data
27-
input = 'https://raw.githubusercontent.com/nf-core/test-datasets/nanostring/samplesheets/samplesheet_test_sampleid.csv'
27+
input = params.pipelines_testdata_base_path + '/nanostring/samplesheets/samplesheet_test_sampleid.csv'
2828

2929
}

nextflow.config

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,15 @@ dag {
242242

243243
manifest {
244244
name = 'nf-core/nanostring'
245-
author = """Peltzer, Alexander & Mohr, Christopher""" // The author field is deprecated from Nextflow version 24.10.0, use contributors instead
245+
author = """Peltzer, Alexander & Mohr, Christopher""" // The author field is deprecated from Nextflow version 24.10.0, use contributors instead
246+
// TODO switch to contributor field - this broke CI last time I tried.
247+
// contributors = [
248+
// [name: "Alexander Peltzer", github: "apeltzer"],
249+
// [name: "Christopher Mohr", github: "christopher-mohr"],
250+
// [name: "Nicolás Schcolnicov", github: "nschcolnicov"],
251+
// [name: "Anabella Trigila", github: "atrigila"],
252+
// [name: "Alan Möbbs", github: "alanmmobbs93" ]
253+
// ]
246254
homePage = 'https://github.com/nf-core/nanostring'
247255
description = """A Nanostring nCounter analysis pipeline"""
248256
mainScript = 'main.nf'

0 commit comments

Comments
 (0)