File: README

package info (click to toggle)
stringtie 2.2.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,724 kB
  • sloc: cpp: 30,077; python: 429; makefile: 142; sh: 124
file content (10 lines) | stat: -rw-r--r-- 513 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
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.