Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.48 KB | None | 0 0
  1.  
  2. #!/bin/bash
  3. #PBS -q hotel
  4. #PBS -N s10_featurecounts
  5. #PBS -l nodes=1:ppn=8
  6. #PBS -l walltime=0:30:00
  7. #PBS -o s10_featurecounts_out.o
  8. #PBS -e s10_featurecounts_error.e
  9. #PBS -V
  10. #PBS -M t2shaw@ucsd.edu
  11. #PBS -m abe
  12.  
  13. featureCounts -T 8 \
  14.     -s -B --primary \
  15.     -a /projects/ps-yeolab/biom262-2016/genomes/mm10/gencode/m8/gencode.vM8.bas$
  16.     -o ~/projects/shalek2013/processed_data/s10_featureCounts.txt \
  17.     ~/projects/shalek2013/processed_data/S10.Aligned.out.sorted.bam
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement