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

SAMtools.config: fix container name

parent e77f630e
No related branches found
No related tags found
No related merge requests found
......@@ -2,16 +2,16 @@ profiles {
docker {
process {
$sort_bam {
container = "SAMtools:1.7"
container = "samtools:1.7"
}
$index_bam {
container = "SAMtools:1.7"
container = "samtools:1.7"
}
$split_bam {
container = "SAMtools:1.7"
container = "samtools:1.7"
}
$filter_bam {
container = "SAMtools:1.7"
container = "samtools:1.7"
}
}
}
......
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