Skip to content

Commit

Permalink
update extensive script
Browse files Browse the repository at this point in the history
  • Loading branch information
hasindu2008 committed Oct 15, 2024
1 parent 71fa862 commit 205b08c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_extensive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ scripts/blue-crab --version > /dev/null || die "bluecrab not in path"
slow5tools --version > /dev/null || die "slow5tools not in path"

echo "********************************HG2_subsubsample****************************************"
DATA_ZYMO=/data/slow5-testdata/hg2_prom_lsk114_5khz_subsubsample
test -d $DATA_ZYMO || die "ERROR: $DATA_ZYMO not found. Download from https://slow5.bioinf.science/hg2_prom_5khz_subsubsample and extract, split the blow5 and convert them and put then under pod5/"
DATA_HG2=/data/slow5-testdata/hg2_prom_lsk114_5khz_subsubsample
test -d $DATA_HG2 || die "ERROR: $DATA_HG2 not found. Download from https://slow5.bioinf.science/hg2_prom_5khz_subsubsample and extract, split the blow5 and convert them and put then under pod5/"
mkdir $TMP_DIR || die "Creating $TMP_DIR failed"
test/test_with_guppy.sh $DATA_ZYMO/pod5 $TMP_DIR slow5tools /install/ont-guppy-6.5.7/bin/guppy_basecaller blue-crab &> test_s2p_with_guppy_sub.log || die "test_s2p_with_guppy failed"
test/test_with_guppy.sh $DATA_HG2/pod5 $TMP_DIR slow5tools /install/ont-guppy-6.5.7/bin/guppy_basecaller blue-crab &> test_s2p_with_guppy_sub.log || die "test_s2p_with_guppy failed"
rm -r $TMP_DIR
echo "Guppy test passed yey!"
mkdir $TMP_DIR || die "Creating $TMP_DIR failed"
test/test_p2s_s2p_integrity.sh $DATA_ZYMO/pod5 $TMP_DIR &> p2s_s2p_integrity_test.txt || die "p2s_s2p_integrity_test failed"
test/test_p2s_s2p_integrity.sh $DATA_HG2/pod5 $TMP_DIR &> p2s_s2p_integrity_test.txt || die "p2s_s2p_integrity_test failed"
rm -r $TMP_DIR
echo "test_p2s_s2p_integrity passed!"
echo ""
Expand Down

0 comments on commit 205b08c

Please sign in to comment.