Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rkawaguc committed Dec 2, 2016
1 parent 272e2b7 commit 68759c1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bin/getBigWig.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
#$ -S /bin/bash
#$ -l h_data=4G
#$ -cwd
#$ -V
input=$1
ref=$2
out=$3
/coppolalabshares/amrf/RNAseq-tools/bin/kent_package/bedGraphToBigWig $input $ref $out.bw

0 comments on commit 68759c1

Please sign in to comment.