Skip to content

Commit

Permalink
perf: autobump bio/kallisto/quant (#1629)
Browse files Browse the repository at this point in the history
Automatic update of bio/kallisto/quant.

---------

Co-authored-by: snakedeploy-bot[bot] <115615832+snakedeploy-bot[bot]@users.noreply.github.com>
Co-authored-by: Filipe G. Vieira <1151762+fgvieira@users.noreply.github.com>
  • Loading branch information
snakedeploy-bot[bot] and fgvieira committed Aug 1, 2023
1 parent a84c0ab commit d076334
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bio/kallisto/quant/environment.yaml
Expand Up @@ -3,4 +3,4 @@ channels:
- bioconda
- nodefaults
dependencies:
- kallisto =0.48.0
- kallisto =0.50.0
8 changes: 8 additions & 0 deletions bio/kallisto/quant/meta.yaml
@@ -1,4 +1,12 @@
name: "kallisto quant"
description: Pseudoalign reads and quantify transcripts using kallisto.
url: https://github.com/pachterlab/kallisto
authors:
- Joël Simoneau
input:
- fastq: FASTQ file(s)
- index: indexed file
output:
- directory with results
params:
- extra: Additional parameters
Binary file modified bio/kallisto/quant/test/index/transcriptome.idx
Binary file not shown.
4 changes: 2 additions & 2 deletions bio/kallisto/quant/test/reads/A_R1.fastq
@@ -1,4 +1,4 @@
@1
GCTAGC
GCTAGCTCAGAAAAAAAAAATCGTCGCGTGCGCGT
+
!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
4 changes: 2 additions & 2 deletions bio/kallisto/quant/test/reads/A_R2.fastq
@@ -1,4 +1,4 @@
@1
GCTAGC
GCTAGCTCAGAAAAAAAAAATCGTCGCGTGCGCGT
+
!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12 changes: 6 additions & 6 deletions bio/kallisto/quant/wrapper.py
Expand Up @@ -20,10 +20,10 @@

shell(
"kallisto quant " # Tool
"{extra} " # Optional parameters
"--threads={snakemake.threads} " # Number of threads
"--index={snakemake.input.index} " # Input file
"--output-dir={snakemake.output} " # Output directory
"{fastq} " # Input FASTQ files
"{log}" # Logging
" --threads {snakemake.threads}" # Number of threads
" --index {snakemake.input.index}" # Input file
" {extra}" # Optional parameters
" --output-dir {snakemake.output}" # Output directory
" {fastq}" # Input FASTQ files
" {log}" # Logging
)

0 comments on commit d076334

Please sign in to comment.