Build branch align-quant with version align-quant (4aaa5f7)

Build pipeline: viash-hub.rnaseq.align-quant-cb8v7

Source commit: 4aaa5f7cda

Source message: Minor fixes to alignment_quantification diagram
This commit is contained in:
CI
2025-06-13 12:18:15 +00:00
parent ad5d79dd3f
commit c14f021987
6 changed files with 12 additions and 12 deletions

View File

@@ -157,11 +157,11 @@ flowchart TB
end
input_r1 & input_r2 & input_star_genome_dir & input_gtf -->
star_align_reads -->
star_align_reads[/STAR align/] -->
output_star_bam_genome & reads_aligned_to_transcriptome & output_star_junctions & output_star_log
reads_aligned_to_transcriptome & input_gtf & input_transcript_fasta -->
salmon_quant_alignment -->
reads_aligned_to_transcriptome[Reads aligned to transcriptome] & input_gtf & input_transcript_fasta -->
salmon_quant_alignment[/"salmon quant (alignment)"/] -->
output_salmon
reads_aligned_to_transcriptome --> output_star_bam_transcriptome
@@ -171,7 +171,7 @@ flowchart TB
output_star_junctions[STAR splice junctions]
output_star_log[STAR log]
output_star_bam_transcriptome[STAR transcipt BAM]
output_salmon[Salmon quantification]
output_salmon[Salmon quantification directory]
end
classDef info stroke-dasharray: 4 4

View File

@@ -163,11 +163,11 @@ flowchart TB
end
input_r1 & input_r2 & input_star_genome_dir & input_gtf -->
star_align_reads -->
star_align_reads[/STAR align/] -->
output_star_bam_genome & reads_aligned_to_transcriptome & output_star_junctions & output_star_log
reads_aligned_to_transcriptome & input_gtf & input_transcript_fasta -->
salmon_quant_alignment -->
reads_aligned_to_transcriptome[Reads aligned to transcriptome] & input_gtf & input_transcript_fasta -->
salmon_quant_alignment[/"salmon quant (alignment)"/] -->
output_salmon
reads_aligned_to_transcriptome --> output_star_bam_transcriptome
@@ -177,7 +177,7 @@ flowchart TB
output_star_junctions[STAR splice junctions]
output_star_log[STAR log]
output_star_bam_transcriptome[STAR transcipt BAM]
output_salmon[Salmon quantification]
output_salmon[Salmon quantification directory]
end
classDef info stroke-dasharray: 4 4

View File

@@ -223,7 +223,7 @@ build_info:
output: "target/nextflow/alignment_quantification"
executable: "target/nextflow/alignment_quantification/main.nf"
viash_version: "0.9.4"
git_commit: "084cd7d55188c5a0bd05b7d7f23fba9af2d66683"
git_commit: "4aaa5f7cdaae871f968a24d8ba3d3b5a619e55d0"
git_remote: "https://github.com/viash-hub/rnaseq"
dependencies:
- "target/dependencies/vsh/vsh/biobox/v0.3.1/nextflow/star/star_align_reads"

View File

@@ -3302,7 +3302,7 @@ meta = [
"engine" : "native",
"output" : "target/nextflow/alignment_quantification",
"viash_version" : "0.9.4",
"git_commit" : "084cd7d55188c5a0bd05b7d7f23fba9af2d66683",
"git_commit" : "4aaa5f7cdaae871f968a24d8ba3d3b5a619e55d0",
"git_remote" : "https://github.com/viash-hub/rnaseq"
},
"package_config" : {

View File

@@ -161,7 +161,7 @@ build_info:
output: "target/nextflow/prepare_genome"
executable: "target/nextflow/prepare_genome/main.nf"
viash_version: "0.9.4"
git_commit: "084cd7d55188c5a0bd05b7d7f23fba9af2d66683"
git_commit: "4aaa5f7cdaae871f968a24d8ba3d3b5a619e55d0"
git_remote: "https://github.com/viash-hub/rnaseq"
dependencies:
- "target/dependencies/vsh/vsh/toolbox/v0.1.1/nextflow/bgzip"

View File

@@ -3231,7 +3231,7 @@ meta = [
"engine" : "native",
"output" : "target/nextflow/prepare_genome",
"viash_version" : "0.9.4",
"git_commit" : "084cd7d55188c5a0bd05b7d7f23fba9af2d66683",
"git_commit" : "4aaa5f7cdaae871f968a24d8ba3d3b5a619e55d0",
"git_remote" : "https://github.com/viash-hub/rnaseq"
},
"package_config" : {