Skip to content

alfredsimkin/pypblat

This branch is 17 commits ahead of, 11 commits behind icebert/pblat:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

551e1db · Jul 2, 2020

History

55 Commits
Jun 20, 2020
Jun 13, 2020
Jun 13, 2020
Feb 10, 2019
Feb 10, 2019
Jul 2, 2020
Jun 20, 2020
Feb 10, 2019
Jun 1, 2020
Jun 1, 2020
Jun 20, 2020
Jun 20, 2020
Jun 30, 2020
Jun 30, 2020
Jun 21, 2020
Jun 14, 2020
Jun 20, 2020

Repository files navigation

pypblat

A python-driven wrapper for pblat

This program uses Python 3.6 with pipenv. If you don't have pipenv, you can install it following the instructions here.
To install the program:

  1. Clone this repository
  2. run make sharedlib in the repository's root directory
  3. run pipenv install --dev from the repository's root directory.
  4. run pipenv shell to activate the python environment

To run the program:

  1. There is a pypblat program that is now on your path. Run pypblat --help to see the available commands. For now there's only one, copy-count. You can run pypblat copy-count --help to see the available flags for that program.
  2. A sample run could look like:
pypblat copy-count /mnt/nas/Shared/Nate/COPIA_DM_copies_plus_shCopia.fa /mnt/nas/Shared/Nate/clipped.fasta

About

parallelized blat with multi-threads support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.7%
  • C++ 0.7%
  • Makefile 0.7%
  • Shell 0.6%
  • Roff 0.4%
  • Perl 0.3%
  • Other 0.6%