Build branch main with version main (05d48ac)
Build pipeline: viash-hub.rnaseq.main-c7sdt
Source commit: 05d48ac2f8
Source message: Multiple fixes (#26)
* unset argument if not paired
* fix argument name
* add count_read_pairs argument
* output star log
* move biotypes header file into multiqc_custom_biotype component
* move deseq2 header files into deseq2_qc component
* update output defaults
* use biobox main
* add parameters to example
* update component
* update component
* ribo database processing moved to workflow
* clean code, remove unused arguments
This commit is contained in:
@@ -566,7 +566,7 @@ dependencies:
|
||||
repository:
|
||||
type: "vsh"
|
||||
repo: "vsh/biobox"
|
||||
tag: "v0.2.0"
|
||||
tag: "main"
|
||||
- name: "trimgalore"
|
||||
repository:
|
||||
type: "local"
|
||||
@@ -580,7 +580,7 @@ dependencies:
|
||||
repository:
|
||||
type: "vsh"
|
||||
repo: "vsh/biobox"
|
||||
tag: "v0.2.0"
|
||||
tag: "main"
|
||||
- name: "fq_subsample"
|
||||
repository:
|
||||
type: "local"
|
||||
@@ -588,12 +588,12 @@ dependencies:
|
||||
repository:
|
||||
type: "vsh"
|
||||
repo: "vsh/biobox"
|
||||
tag: "v0.2.0"
|
||||
tag: "main"
|
||||
repositories:
|
||||
- type: "vsh"
|
||||
name: "biobox"
|
||||
repo: "vsh/biobox"
|
||||
tag: "v0.2.0"
|
||||
tag: "main"
|
||||
- type: "vsh"
|
||||
name: "craftbox"
|
||||
repo: "craftbox"
|
||||
@@ -673,19 +673,20 @@ build_info:
|
||||
output: "target/executable/workflows/pre_processing"
|
||||
executable: "target/executable/workflows/pre_processing/pre_processing"
|
||||
viash_version: "0.9.0"
|
||||
git_commit: "fd0354dae813d953b107e8fa856f3cd4e7939f2b"
|
||||
git_remote: "https://x-access-token:ghs_qP68SGVqiugFlLowIn73iXH8gzJeuD4MgS5A@github.com/viash-hub/rnaseq"
|
||||
git_commit: "05d48ac2f802e6510893b0966727b56adf2d5bf7"
|
||||
git_remote: "https://x-access-token:ghs_Z6NU8I659v7MJh9nvPEvAbNENWdyYA3AOdw4@github.com/viash-hub/rnaseq"
|
||||
dependencies:
|
||||
- "target/nextflow/fastqc"
|
||||
- "target/nextflow/umitools/umitools_extract"
|
||||
- "target/dependencies/vsh/vsh/biobox/v0.2.0/nextflow/umi_tools/umi_tools_extract"
|
||||
- "target/dependencies/vsh/vsh/biobox/main/nextflow/umi_tools/umi_tools_extract"
|
||||
- "target/nextflow/trimgalore"
|
||||
- "target/nextflow/bbmap_bbsplit"
|
||||
- "target/nextflow/sortmerna"
|
||||
- "target/dependencies/vsh/vsh/biobox/v0.2.0/nextflow/fastp"
|
||||
- "target/dependencies/vsh/vsh/biobox/main/nextflow/fastp"
|
||||
- "target/nextflow/fq_subsample"
|
||||
- "target/dependencies/vsh/vsh/biobox/v0.2.0/nextflow/salmon/salmon_quant"
|
||||
- "target/dependencies/vsh/vsh/biobox/main/nextflow/salmon/salmon_quant"
|
||||
package_config:
|
||||
name: "rnaseq"
|
||||
version: "main"
|
||||
info:
|
||||
test_resources:
|
||||
@@ -695,7 +696,7 @@ package_config:
|
||||
- type: "vsh"
|
||||
name: "biobox"
|
||||
repo: "vsh/biobox"
|
||||
tag: "v0.2.0"
|
||||
tag: "main"
|
||||
- type: "vsh"
|
||||
name: "craftbox"
|
||||
repo: "craftbox"
|
||||
|
||||
Reference in New Issue
Block a user