Skip to content

Instantly share code, notes, and snippets.

@mxposed
Created May 4, 2019 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mxposed/7bce620b8f2413f41f58fafcbd021749 to your computer and use it in GitHub Desktop.
Save mxposed/7bce620b8f2413f41f58fafcbd021749 to your computer and use it in GitHub Desktop.
$ cat velocyto-sc14.sh
#!/bin/bash
#MSUB -A b1042
#MSUB -q genomics
#MSUB -l walltime=10:00:00
#MSUB -N velocyto-sc14
#MSUB -l nodes=1:ppn=4
#MSUB -o velocyto-sc14.out.log
#MSUB -e velocyto-sc14.err.log
# load modules you need to use
module load python/anaconda3.6
module load samtools
# Set your working directory
velocyto run10x /projects/b1038/Pulmonary/sc_data/SC_14 /projects/b1038/Pulmonary/Anno/mm10/Mus_musculus.GRCm38.87.gtf
mv /projects/b1038/Pulmonary/sc_data/SC_14/velocyto/* /projects/b1038/Pulmonary/nmarkov/
ls /projects/b1038/Pulmonary/nmarkov/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment