Mercurial > repos > daumsoft > htseq_count_normalized2
view expression_calculator/expression_run.sh @ 0:4f85170b4fd3 draft default tip
Uploaded
author | daumsoft |
---|---|
date | Wed, 18 Apr 2018 04:24:45 -0400 |
parents | |
children |
line wrap: on
line source
#!/bin/bash if [ "$#" -ne 1 ]; then echo "[usage:] expression_run.sh bam.file" exit 1; fi INPUT_BAM=$1 $GALAXY_HOME/package/DAUMSOFT/RNA-seq/Normalization/expression.sh $INPUT_BAM > log.out 2>&1