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:
CI
2025-03-04 13:34:34 +00:00
parent 40e7ec537e
commit 57b43603b4
5 changed files with 4 additions and 14 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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

View File

@@ -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"

View File

@@ -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" : {