Skip to content

Releases: 4dn-dcic/pairix

0.2.8

27 Sep 18:51
Compare
Choose a tag to compare
  • Please be advised: use this release over 0.2.7
  • pairix now has option -a (autoflip) that flips the query in case the matching chromosome pair doesn't exist in the file.
  • pairix now has option -W that prints out region split character use for indexing a specific file.
  • merge-pairs.sh is now included in util.
  • pairix can now take 1D query for 2D data. e.g.) pairix file.gz 'chr22:50000-60000' is equivalent to pairix file.gz 'chr22:50000-60000|chr22:50000-60000' if file.gz is 2D indexed. This one currently does not work.

0.2.7

27 Sep 18:30
Compare
Choose a tag to compare
  • pairix now has option -a (autoflip) that flips the query in case the matching chromosome pair doesn't exist in the file.
  • pairix now has option -W that prints out region split character use for indexing a specific file.
  • merge-pairs.sh is now included in util.
  • pairix can now take 1D query for 2D data. e.g.) pairix file.gz 'chr22:50000-60000' is equivalent to pairix file.gz 'chr22:50000-60000|chr22:50000-60000' if file.gz is 2D indexed.

0.2.6

17 Sep 14:11
Compare
Choose a tag to compare
  • Two format-correction utils for pairs files are added: duplicate_header_remover.pl and column_remover.pl.

0.2.5

05 Sep 18:58
Compare
Choose a tag to compare
  • pairix has now option -w which specifies region split character (default '|') during indexing. A query string should use this character as a separater.
  • pypairix also now has a parameter region_split_character in function build_index (default '|')
  • juicer_shortform2pairs.pl is now available in the util folder.
  • Index structure changed - please re-index if you're using an older version of index

0.2.4

18 Aug 19:38
Compare
Choose a tag to compare

Total linecount added

  pairix -n <input.gz>
  tb=pypairix.open(<input.gz>) 
  tb.get_linecount()

Index structure has changed - please re-index!

Note: pairix/pypairix/Rpairix 0.2.3 has been deprecated, since when used on an index built by a previous version of pairix/pypairix/Rpairix it may cause infinite memory leak.

0.2.2

03 Aug 04:05
Compare
Choose a tag to compare
Merge pull request #34 from 4dn-dcic/v0.2.2

V0.2.2

0.2.1

01 Aug 22:27
Compare
Choose a tag to compare
Merge pull request #33 from 4dn-dcic/v0.2.1

V0.2.1

0.2.0

13 Jul 20:58
Compare
Choose a tag to compare
Merge pull request #32 from 4dn-dcic/v0.2.0

V0.2.0

0.1.9

13 Jul 02:21
Compare
Choose a tag to compare
Merge pull request #31 from 4dn-dcic/v0.1.9

V0.1.9

0.1.8

02 Jul 20:48
Compare
Choose a tag to compare
Merge pull request #30 from 4dn-dcic/v0.1.8

V0.1.8