Build branch add-labels with version add-labels (59cbb30)
Build pipeline: viash-hub.rnaseq.add-labels-cdc96
Source commit: 59cbb30eec
Source message: Fix config
This commit is contained in:
@@ -52,7 +52,7 @@ requirements:
|
||||
repositories:
|
||||
- type: "vsh"
|
||||
name: "biobox"
|
||||
repo: "vsh/biobox"
|
||||
repo: "biobox"
|
||||
tag: "main"
|
||||
- type: "vsh"
|
||||
name: "craftbox"
|
||||
@@ -65,9 +65,6 @@ runners:
|
||||
- type: "nextflow"
|
||||
id: "nextflow"
|
||||
directives:
|
||||
label:
|
||||
- "midmem"
|
||||
- "midcpu"
|
||||
tag: "$id"
|
||||
auto:
|
||||
simplifyInput: true
|
||||
@@ -146,8 +143,8 @@ build_info:
|
||||
output: "target/nextflow/preprocess_transcripts_fasta"
|
||||
executable: "target/nextflow/preprocess_transcripts_fasta/main.nf"
|
||||
viash_version: "0.9.0"
|
||||
git_commit: "c466555a20aa6b87f2d56e1b96126a1e87dd5611"
|
||||
git_remote: "https://x-access-token:ghs_O6clxuS40ZvoCeBqdFzm7br0dH2Yc11KcQ9x@github.com/viash-hub/rnaseq"
|
||||
git_commit: "59cbb30eecf218c0572104f849ab542423f0e590"
|
||||
git_remote: "https://x-access-token:ghs_lWPkcchJhx5BAqplCo3R1uKbRtP5On1H5oPO@github.com/viash-hub/rnaseq"
|
||||
package_config:
|
||||
name: "rnaseq"
|
||||
version: "add-labels"
|
||||
@@ -158,7 +155,7 @@ package_config:
|
||||
repositories:
|
||||
- type: "vsh"
|
||||
name: "biobox"
|
||||
repo: "vsh/biobox"
|
||||
repo: "biobox"
|
||||
tag: "main"
|
||||
- type: "vsh"
|
||||
name: "craftbox"
|
||||
|
||||
@@ -2883,7 +2883,7 @@ meta = [
|
||||
{
|
||||
"type" : "vsh",
|
||||
"name" : "biobox",
|
||||
"repo" : "vsh/biobox",
|
||||
"repo" : "biobox",
|
||||
"tag" : "main"
|
||||
},
|
||||
{
|
||||
@@ -2903,10 +2903,6 @@ meta = [
|
||||
"type" : "nextflow",
|
||||
"id" : "nextflow",
|
||||
"directives" : {
|
||||
"label" : [
|
||||
"midmem",
|
||||
"midcpu"
|
||||
],
|
||||
"tag" : "$id"
|
||||
},
|
||||
"auto" : {
|
||||
@@ -2994,8 +2990,8 @@ meta = [
|
||||
"engine" : "docker|native",
|
||||
"output" : "/workdir/root/repo/target/nextflow/preprocess_transcripts_fasta",
|
||||
"viash_version" : "0.9.0",
|
||||
"git_commit" : "c466555a20aa6b87f2d56e1b96126a1e87dd5611",
|
||||
"git_remote" : "https://x-access-token:ghs_O6clxuS40ZvoCeBqdFzm7br0dH2Yc11KcQ9x@github.com/viash-hub/rnaseq"
|
||||
"git_commit" : "59cbb30eecf218c0572104f849ab542423f0e590",
|
||||
"git_remote" : "https://x-access-token:ghs_lWPkcchJhx5BAqplCo3R1uKbRtP5On1H5oPO@github.com/viash-hub/rnaseq"
|
||||
},
|
||||
"package_config" : {
|
||||
"name" : "rnaseq",
|
||||
@@ -3012,7 +3008,7 @@ meta = [
|
||||
{
|
||||
"type" : "vsh",
|
||||
"name" : "biobox",
|
||||
"repo" : "vsh/biobox",
|
||||
"repo" : "biobox",
|
||||
"tag" : "main"
|
||||
},
|
||||
{
|
||||
@@ -3443,10 +3439,6 @@ meta["defaults"] = [
|
||||
"image" : "vsh/rnaseq/preprocess_transcripts_fasta",
|
||||
"tag" : "add-labels"
|
||||
},
|
||||
"label" : [
|
||||
"midmem",
|
||||
"midcpu"
|
||||
],
|
||||
"tag" : "$id"
|
||||
}'''),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user