Skip to content

Commit

Permalink
add bash script to run test on provided example data
Browse files Browse the repository at this point in the history
  • Loading branch information
ibn-salem committed Jul 9, 2019
1 parent 125b968 commit c8a2a96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions run_test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

# Run example data

python easy_quant.py \
-i example_data/example_rna-seq_R1_001.fastq.gz example_data/example_rna-seq_R2_001.fastq.gz \
-s example_data/CLDN18_Context_seq.csv \
-o example_out

0 comments on commit c8a2a96

Please sign in to comment.