Skip to content

Commit

Permalink
rna004 test
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Feb 19, 2024
1 parent 3ee79fd commit 877f6aa
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions test/test_extensive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,23 @@ echo "R10 DNA ideal-time"
eel -i new.blow5 --config dna_r10.4.1_e8.2_400bps_sup.cfg --device cuda:all -o new.fastq &>> a.log || die "eel failed"
identitydna.sh $REF_HG38_IDX new.fastq > a.acc 2>> a.log || die "identitydna failed"
cat a.acc
CHECK_ACC 0.89 a.acc
CHECK_ACC 0.91 a.acc
REMOVE_TMP

echo "R10 DNA"
./squigulator -x dna-r10-prom $REF_HG38 -o new.blow5 -a new.sam 2> a.log || die "squigulator failed"
eel -i new.blow5 --config dna_r10.4.1_e8.2_400bps_sup.cfg --device cuda:all -o new.fastq &>> a.log || die "eel failed"
identitydna.sh $REF_HG38_IDX new.fastq > a.acc 2>> a.log || die "identitydna failed"
cat a.acc
CHECK_ACC 0.85 a.acc
CHECK_ACC 0.90 a.acc
samtools sort -o new.bam new.sam || die "samtools failed"
samtools index new.bam || die "samtools failed"
REMOVE_TMP

echo "RNA004 RNA"
./squigulator -x rna004-prom $REF_GENCODE -o new.blow5 2> a.log || die "squigulator failed"
/install/buttery-eel-0.4.2+dorado7.2.13/scripts/eel -i new.blow5 --config rna_rp4_130bps_sup.cfg --device cuda:all -o new.fastq &>> a.log|| die "eel failed"
identityrna.sh $REF_GENCODE new.fastq > a.acc 2>> a.log || die "identitydna failed"
cat a.acc
CHECK_ACC 0.77 a.acc
REMOVE_TMP

0 comments on commit 877f6aa

Please sign in to comment.