Skip to content

Commit

Permalink
fix file test file paths for RNA and remora
Browse files Browse the repository at this point in the history
  • Loading branch information
Psy-Fer committed Nov 5, 2024
1 parent 7266edb commit d76e04d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion test/dorado/test_extensive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ echo "R9.4.1 RNA - FAST model"
export PATH_TO_IDENTITY=/install/biorand/bin/identityrna.sh
export REFIDX=/genome/gencode.v40.transcripts.fa
export PATH_TO_FAST5=/data/slow5-testdata/uhr_prom_rna002_subsubsample/fast5/
export PATH_TO_BLOW5=/data/data/slow5-testdata/uhr_prom_rna002_subsubsample/PRPN119035_reads_20k.blow5
export PATH_TO_BLOW5=/data/slow5-testdata/uhr_prom_rna002_subsubsample/PRPN119035_reads_20k.blow5
export MODEL=rna_r9.4.1_70bps_fast.cfg
test/dorado/test.sh &> rna.log || die "test failed. See rna.log for details"

Expand Down
4 changes: 2 additions & 2 deletions test/dorado_new/test_extensive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -191,15 +191,15 @@ echo "R9.4.1 RNA - FAST model"
export PATH_TO_IDENTITY=/install/biorand/bin/identityrna.sh
export REFIDX=/genome/gencode.v40.transcripts.fa
export PATH_TO_FAST5=/data/slow5-testdata/uhr_prom_rna002_subsubsample/fast5/
export PATH_TO_BLOW5=/data/data/slow5-testdata/uhr_prom_rna002_subsubsample/PRPN119035_reads_20k.blow5
export PATH_TO_BLOW5=/data/slow5-testdata/uhr_prom_rna002_subsubsample/PRPN119035_reads_20k.blow5
export MODEL=rna_r9.4.1_70bps_fast.cfg
test/dorado_new/test.sh &> rna.log || die "test failed. See rna.log for details"

echo "RNA004 RNA - rna_rp4_130bps_fast"
export PATH_TO_IDENTITY=/install/biorand/bin/identityrna.sh
export REFIDX=/genome/gencode.v40.transcripts.fa
export PATH_TO_FAST5=/data/slow5-testdata/uhr_prom_rna004_subsubsample/pod5/
export PATH_TO_BLOW5=/data/data/slow5-testdata/uhr_prom_rna004_subsubsample/PNXRXX240011_reads_20k.blow5
export PATH_TO_BLOW5=/data/slow5-testdata/uhr_prom_rna004_subsubsample/PNXRXX240011_reads_20k.blow5
export MODEL=rna_r9.4.1_70bps_fast.cfg
test/dorado_new/test.sh &> rna.log || die "test failed. See rna.log for details"

Expand Down
6 changes: 3 additions & 3 deletions test/guppy/test_extensive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ echo ""
echo "********************************************************************"

echo "remora"
export PATH_TO_FAST5=/data/slow5-testdata/hg2_prom_lsk114_subsubsample/fast5/
export PATH_TO_BLOW5=/data/slow5-testdata/hg2_prom_lsk114_subsubsample/reads.blow5
export PATH_TO_FAST5=/data/slow5-testdata/hg2_prom_lsk114_chr22/pod5/
export PATH_TO_BLOW5=/data/slow5-testdata/hg2_prom_lsk114_chr22/PGXX22394_reads_chr22.blow5
export MODEL=dna_r10.4.1_e8.2_400bps_modbases_5mc_cg_fast.cfg
test/guppy/test_remora.sh &> remora.log || die "test failed. See remora.log for details"
echo ""
Expand Down Expand Up @@ -190,7 +190,7 @@ echo "R9.4.1 RNA - FAST model"
export PATH_TO_IDENTITY=/install/biorand/bin/identityrna.sh
export REFIDX=/genome/gencode.v40.transcripts.fa
export PATH_TO_FAST5=/data/slow5-testdata/uhr_prom_rna002_subsubsample/fast5/
export PATH_TO_BLOW5=/data/data/slow5-testdata/uhr_prom_rna002_subsubsample/PRPN119035_reads_20k.blow5
export PATH_TO_BLOW5=/data/slow5-testdata/uhr_prom_rna002_subsubsample/PRPN119035_reads_20k.blow5
export MODEL=rna_r9.4.1_70bps_fast.cfg
test/guppy/test.sh &> rna.log || die "test failed. See rna.log for details"

Expand Down

0 comments on commit d76e04d

Please sign in to comment.