Skip to content

1.5.1

Compare
Choose a tag to compare
@kmnip kmnip released this 22 Jul 16:42
· 106 commits to master since this release
  • Support strand-specific RNAseq data.
  • Major improvement in assembly quality; both rare and common transcripts can be
    assembled well with "small" k-mer sizes (ie. 25~32).
  • Package has been divided into 3 main applications:
    1. transabyss - RNAseq assembler at a single k-mer size
    2. transabyss-merge - merge multiple assemblies from (i)
    3. transabyss-analyze - analyze an assembly, either from (i) or (ii), for
      structural variants and novel splice variants
  • Analysis results are NOT screened against dbSNP, DGV, etc. anymore.
  • Genome assembly and analyses pipeline has been retracted.
  • Support for SGE qmake has been retracted.

Program requirements for 'transabyss' and 'transabyss-merge':

Program requirements for 'transabyss-analyze':

Required Python packages (python-igraph, Pysam, BioPython) can be installed
easily with pip, ie.

pip install python-igraph
pip install pysam
pip install biopython

Other required softwares must be accessible from your PATH environment variable.

To test `transabyss' on our sample dataset:

bash sample_dataset/assemble.sh

To test `transabyss-analyze' on our sample dataset:

bash sample_dataset/analyze.sh

Please see TUTORIAL.txt for more information on the usage of each application.