Skip to content
Snippets Groups Projects
Verified Commit 3d96bc33 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

kallisto.config: update to the last kallisto version

parent e9a183e3
No related branches found
No related tags found
No related merge requests found
......@@ -4,17 +4,17 @@ profiles {
docker.enabled = true
process {
$index_fasta {
container = "kallisto:0.43.1"
container = "kallisto:0.44.0"
}
$mapping_fastq {
container = "kallisto:0.43.1"
container = "kallisto:0.44.0"
}
}
}
sge {
process{
$index_fasta {
beforeScript = "module purge; module load Kallisto/0.43.1"
beforeScript = "module purge; module load Kallisto/0.44.0"
executor = "sge"
cpus = 1
memory = "5GB"
......@@ -25,7 +25,7 @@ profiles {
penv = 'openmp8'
}
$mapping_fastq {
beforeScript = "module purge; module load Kallisto/0.43.1"
beforeScript = "module purge; module load Kallisto/0.44.0"
executor = "sge"
cpus = 4
memory = "5GB"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment