Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104756137
run_fimo.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Mar 12, 03:11
Size
453 B
Mime Type
text/x-shellscript
Expires
Fri, Mar 14, 03:11 (1 d, 15 h)
Engine
blob
Format
Raw Data
Handle
24840100
Attached To
R10523 tfbs_annotate_FIMO
run_fimo.sh
View Options
#!/bin/bash
#SBATCH --job-name "run_fimo"
#SBATCH --chdir /scratch/pulver/
#SBATCH --nodes 1
#SBATCH --ntasks 1
#SBATCH --cpus-per-task 36
#SBATCH --mem 178g
#SBATCH --time 10:00:00
echo
STARTED AT
`
date
`
module purge
module restore tfbs_annotate_fimo
source
/home/pulver/venvs/tfbs_annotate_fimo/bin/activate
python3 /home/pulver/Workspace/tfbs_annotate_fimo/scripts/run_fimo.py /home/pulver/Workspace/tfbs_annotate_fimo/
echo
FINISHED AT
`
date
`
Event Timeline
Log In to Comment