Skip to content

Releases: TaliaferroLab/OINC-seq

v0.0.9

21 May 16:35

Choose a tag to compare

Fix bug in call to iterratereads_singleend with 1 proc

v0.0.8

29 Apr 15:39

Choose a tag to compare

Update setup.py entry points

Fully support single end reads

21 Apr 20:37

Choose a tag to compare

This version adds full support for single-end reads. Additionally, alignAndQuant is now directly accessible from the command line.

add bacon to setup.py

05 Mar 19:38

Choose a tag to compare

bacon_glm.py is now accessible from command line as 'bacon'

Fix assignreads import bug

03 Mar 16:25

Choose a tag to compare

This release fixes a bug where some necessary modules (mainly from assignreads) were not being imported.

Now conda installable (I think)

19 Feb 22:31

Choose a tag to compare

Packaging complete for conda installation

add setup.py for packaging

17 Feb 20:47

Choose a tag to compare

add setup.py for conda packaging

add GFF source argument

15 Feb 16:49

Choose a tag to compare

PIGPEN requires relating transcripts and genes. This is done using a supplied GFF file. The locations of the information in this file that are important for relating transcripts and genes (i.e. tags in annotations that denote transcript, parent and gene IDs) are slightly different depending on where this GFF came from. For mouse and human samples, we recommend using GENCODE gffs, but these are not available for other species. This release includes a --gfftype argument to handle this. The string supplied to this argument changes the getpostmasterassignments, assigntotxs, collapsetogene, readspergene, and writeOutput functions used. None of this comes into play if instead a bed file of genomic regions of interest is supplied via --ROIbed.

First release of PIGPEN

15 Feb 01:03

Choose a tag to compare

First release of PIGPEN