Skip to content

Commit

Permalink
apply suggested changes (changelog, config)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmarousseau committed Sep 18, 2024
1 parent a62b87b commit e64ebdf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
15 changes: 7 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,14 @@

* `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/kallisto_quant`: Quantifying abundances of transcripts from RNA-Seq data, or more generally of target sequences
using high-throughput sequencing reads (PR #152).
- `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
Expand Down Expand Up @@ -151,13 +156,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
Expand Down
6 changes: 4 additions & 2 deletions src/kallisto/kallisto_quant/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ links:
repository: https://github.com/pachterlab/kallisto
issue_tracker: https://github.com/pachterlab/kallisto/issues
references:
doi: https://doi.org/10.1038/nbt.3519
doi: 10.1038/nbt.3519
license: BSD 2-Clause License

argument_groups:
Expand Down Expand Up @@ -96,7 +96,9 @@ engines:
apt-get install -y --no-install-recommends wget && \
wget --no-check-certificate https://github.com/pachterlab/kallisto/releases/download/v0.50.1/kallisto_linux-v0.50.1.tar.gz && \
tar -xzf kallisto_linux-v0.50.1.tar.gz && \
mv kallisto/kallisto /usr/local/bin/ && \
mv kallisto/kallisto /usr/local/bin/
- type: docker
run: |
echo "kallisto: $(kallisto version | sed 's/kallisto, version //')" > /var/software_versions.txt
runners:
- type: executable
Expand Down

0 comments on commit e64ebdf

Please sign in to comment.