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

Merge branch '43-motif-search-fix' into 'master'

Add in python3 for motif serach.

Closes #43

See merge request !40
parents 82967aa1 2c56b9c7
Branches
Tags
1 merge request!40Add in python3 for motif serach.
Pipeline #3873 canceled with stages
in 2 minutes and 19 seconds
......@@ -521,6 +521,7 @@ process motifSearch {
script:
"""
module load python/3.6.1-2-anaconda
module load meme/4.11.1-gcc-openmpi
module load bedtools/2.26.0
python3 $baseDir/scripts/motif_search.py -d $designMotifSearch -g $fasta -p $topPeakCount
......
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