Skip to content
Snippets Groups Projects
Commit 0bca3724 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix sregistry.

parent 1ca0fc36
No related merge requests found
......@@ -29,7 +29,7 @@ process {
}
$tssEnrich
{
module = ['singularity/2.4.2-utsw-2018010']
module = ['singularity/2.4.2-utsw-2018010', 'sregistry/1.0.1-biohpc']
cpus = 32
}
$crossReads {
......
......@@ -250,7 +250,8 @@ process tssEnrich {
script:
"""
singularity run metaseq.simg $baseDir/scripts/atac_qc.py -b $deduped -p $sampleId -t $tssFile -c $chromSizes
sregistry pull bicf/metaseq:0.1.0
singularity run $HOME/.singularity/shub/bicf-metaseq:0.1.0.simg $baseDir/scripts/atac_qc.py -b $deduped -p $sampleId -t $tssFile -c $chromSizes
"""
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment