Build branch demultiplex_htrnaseq_meta with version demultiplex_htrnaseq_meta (622c111)
Build pipeline: viash-hub.playground.demultiplex-htrnaseq-meta-dhlld
Source commit: 622c1117f5
Source message: remove debug lines
This commit is contained in:
@@ -22,11 +22,6 @@ workflow run_wf {
|
||||
def sample_sheet = file(state.run_information)
|
||||
def lines = sample_sheet.readLines()
|
||||
|
||||
// Print some debug info
|
||||
println "Sample sheet path: ${state.run_information}"
|
||||
println "First 10 lines of sample sheet:"
|
||||
lines.take(10).each { println " > $it" }
|
||||
|
||||
data_section = lines.findIndexOf { it.trim() =~ /\[\s*.*[dD][aA][tT][aA].*\s*\]/ }
|
||||
|
||||
// Extract samples from data lines
|
||||
|
||||
@@ -332,7 +332,7 @@ build_info:
|
||||
output: "target/nextflow/demultiplex_htrnaseq"
|
||||
executable: "target/nextflow/demultiplex_htrnaseq/main.nf"
|
||||
viash_version: "0.9.0-RC6"
|
||||
git_commit: "ad8ce217ebbcbb083bcfcefabe7b7d8082d97487"
|
||||
git_commit: "622c1117f5ad07eeea508dfcc0b831d3c71114fb"
|
||||
git_remote: "https://github.com/viash-hub/playground"
|
||||
dependencies:
|
||||
- "target/dependencies/vsh/vsh/demultiplex/v0.3.4/nextflow/demultiplex"
|
||||
|
||||
@@ -3182,7 +3182,7 @@ meta = [
|
||||
"engine" : "native",
|
||||
"output" : "target/nextflow/demultiplex_htrnaseq",
|
||||
"viash_version" : "0.9.0-RC6",
|
||||
"git_commit" : "ad8ce217ebbcbb083bcfcefabe7b7d8082d97487",
|
||||
"git_commit" : "622c1117f5ad07eeea508dfcc0b831d3c71114fb",
|
||||
"git_remote" : "https://github.com/viash-hub/playground"
|
||||
},
|
||||
"package_config" : {
|
||||
@@ -3247,11 +3247,6 @@ workflow run_wf {
|
||||
def sample_sheet = file(state.run_information)
|
||||
def lines = sample_sheet.readLines()
|
||||
|
||||
// Print some debug info
|
||||
println "Sample sheet path: ${state.run_information}"
|
||||
println "First 10 lines of sample sheet:"
|
||||
lines.take(10).each { println " > $it" }
|
||||
|
||||
data_section = lines.findIndexOf { it.trim() =~ /\[\s*.*[dD][aA][tT][aA].*\s*\]/ }
|
||||
|
||||
// Extract samples from data lines
|
||||
|
||||
@@ -167,7 +167,7 @@ build_info:
|
||||
output: "target/nextflow/mapping_and_qc"
|
||||
executable: "target/nextflow/mapping_and_qc/main.nf"
|
||||
viash_version: "0.9.0-RC6"
|
||||
git_commit: "ad8ce217ebbcbb083bcfcefabe7b7d8082d97487"
|
||||
git_commit: "622c1117f5ad07eeea508dfcc0b831d3c71114fb"
|
||||
git_remote: "https://github.com/viash-hub/playground"
|
||||
dependencies:
|
||||
- "target/dependencies/vsh/vsh/biobox/main/nextflow/cutadapt"
|
||||
|
||||
@@ -2997,7 +2997,7 @@ meta = [
|
||||
"engine" : "native|native",
|
||||
"output" : "target/nextflow/mapping_and_qc",
|
||||
"viash_version" : "0.9.0-RC6",
|
||||
"git_commit" : "ad8ce217ebbcbb083bcfcefabe7b7d8082d97487",
|
||||
"git_commit" : "622c1117f5ad07eeea508dfcc0b831d3c71114fb",
|
||||
"git_remote" : "https://github.com/viash-hub/playground"
|
||||
},
|
||||
"package_config" : {
|
||||
|
||||
Reference in New Issue
Block a user