Tests for stringtie
===================
The data for tests has been referenced by running the script: run_tests.sh in the source package itself.
This further fetches the data from: https://github.com/gpertea/stringtie/raw/test_data/test_data.tar.gz
Since this cam with binary ".bam" files, they have been converted into corresponding ".sam" files using:
samtools view -h -o <outfile>.sam <infile>.bam
for all the *.bam files.
These are then re-converted to the corresponding ".bam" files while running tests.
|