Skip to content

Commit

Permalink
update various docs
Browse files Browse the repository at this point in the history
  • Loading branch information
golobor committed Feb 23, 2021
1 parent 5d0c9cf commit 254695a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 10 deletions.
16 changes: 13 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
### 0.3.0 agalitsyna fork (2020-02-04) ###

* One-Read-Based Interactions Annotation (ORBITA) option added
### 0.3.1 (2021-02-XX) ###

* sample: a new tool to select a random subset of pairs
* parse: add --readid-transform to edit readID
* parse: add experimental --walk-policy all (note: it will be moved
to a separate tool in future!)
* all tools: use bgzip if pbgzip not available

Internal changes:
* parse: move most code to a separate _parse module
* _headerops: add extract_chromosomes(header)
* all tools: drop py3.5 support
* switch from travis CI to github actions

### 0.3.0 (2019-04-23) ###

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2020 Open2C
Copyright (c) 2017-2021 Open2C

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
[![Join the chat at https://gitter.im/mirnylab/distiller](https://badges.gitter.im/mirnylab/distiller.svg)](https://gitter.im/mirnylab/distiller?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1490831.svg)](https://doi.org/10.5281/zenodo.1490831)

This is a fork of pairtools of mirnylab adapted for
One-Read-Based Interactions Annotation (ORBITA).

## Process Hi-C pairs with pairtools

`pairtools` is a simple and fast command-line framework to process sequencing
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

# General information about the project.
project = 'pairtools'
copyright = '2017-2020, Open2C'
copyright = '2017-2021, Open2C'
author = 'Open2C'

# The version info for the project you're documenting, acts as replacement for
Expand Down
2 changes: 1 addition & 1 deletion pairtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
CLI tools to process mapped Hi-C data
:copyright: (c) 2017-2020 Open2C
:copyright: (c) 2017-2021 Open2C
:author: Open2C
:license: MIT
Expand Down
2 changes: 1 addition & 1 deletion pairtools/_pairsam_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
UNMAPPED_POS = 0
UNMAPPED_STRAND = '-'

UNANNOTATED_RFRAG = -1
UNANNOTATED_RFRAG = -1

0 comments on commit 254695a

Please sign in to comment.