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

Add in python3 for motif serach.

parent 6d87301c
No related merge requests found
...@@ -521,6 +521,7 @@ process motifSearch { ...@@ -521,6 +521,7 @@ process motifSearch {
script: script:
""" """
module load python/3.6.1-2-anaconda
module load meme/4.11.1-gcc-openmpi module load meme/4.11.1-gcc-openmpi
module load bedtools/2.26.0 module load bedtools/2.26.0
python3 $baseDir/scripts/motif_search.py -d $designMotifSearch -g $fasta -p $topPeakCount 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