There was an error while loading. Please reload this page.
1 parent 849e6d6 commit 5e95dadCopy full SHA for 5e95dad
1 file changed
scripts/test_simpleaf.sh
@@ -53,7 +53,7 @@ else
53
fi
54
55
echo " - Testing simpleaf index"
56
-REF_DIR="${WORK_DIR}/toy_ref_read/toy_human_ref"
+REF_DIR="${WORK_DIR}/toy_read_ref_set/toy_human_ref"
57
index_cmd="ALEVIN_FRY_HOME=$ALEVIN_FRY_HOME \
58
${SIMPLEAF} index --ref-type spliced+intronic -f ${REF_DIR}/fasta/genome.fa \
59
-g ${REF_DIR}/genes/genes.gtf \
@@ -69,7 +69,7 @@ else
69
70
71
echo " - Testing simpleaf quant"
72
-FASTQ_DIR="${WORK_DIR}/toy_ref_read/toy_read_fastq"
+FASTQ_DIR="${WORK_DIR}/toy_read_ref_set/toy_read_fastq"
73
quant_cmd="ALEVIN_FRY_HOME=$ALEVIN_FRY_HOME \
74
${SIMPLEAF} quant \
75
-1 ${FASTQ_DIR}/selected_R1_reads.fastq \
0 commit comments