Thursday, January 31, 2019

pbs for 10K ms02 on ts117





#!/bin/bash -l
#$ -S /bin/bash
#$ -t 1-100
#$ -N MS02.test
#$ -cwd

. /etc/profile.d/modules.sh
module load shared
module load R/3.4.3

cmd="R -f ms02_driver_20180523.R --args Data/yeast.pin.csv  yeastMS02/ms02.$SGE_TASK_ID.csv 100 0.025 9"
$cmd

No comments:

Post a Comment