Build branch main with version main (bc9cc0a)

Build pipeline: viash-hub.biobox.main-bd96b

Source commit: bc9cc0a6ce

Source message: Kallisto quant (#152)

* initial commit dedup

* Revert "initial commit dedup"

This reverts commit 38f586bec0ac9e4312b016e29c3aa0bd53f292b2.

* complete component

* Update changelog

* add help.txt

* apply suggested changes (changelog, config)
This commit is contained in:
CI
2024-09-19 04:13:10 +00:00
parent bca90c9331
commit 6a8cd85cf3
269 changed files with 6899 additions and 699 deletions

View File

@@ -65,6 +65,16 @@
* `fastqc`: High throughput sequence quality control analysis tool (PR #92).
* `sortmerna`: Local sequence alignment tool for mapping, clustering, and filtering rRNA from
metatranscriptomic data (PR #146).
* `fq_subsample`: Sample a subset of records from single or paired FASTQ files (PR #147).
* `kallisto`:
- `kallisto_index`: Create a kallisto index (PR #149).
- `kallisto_quant`: Quantifying abundances of transcripts from RNA-Seq data, or more generally of target sequences using high-throughput sequencing reads (PR #152).
## MINOR CHANGES
* `busco` components: update BUSCO to `5.7.1` (PR #72).
@@ -161,13 +171,7 @@
- `bedtools_getfasta`: extract sequences from a FASTA file for each of the
intervals defined in a BED/GFF/VCF file (PR #59).
* `sortmerna`: Local sequence alignment tool for mapping, clustering, and filtering rRNA from metatranscriptomic
data. (PR #146)
* `fq_subsample`: Sample a subset of records from single or paired FASTQ files (PR #147).
* `kallisto`:
- `kallisto_index`: Create a kallisto index (PR #149).
## MINOR CHANGES