Skip to main content

some description

Project description

Installation

To install on Linux type into the commandline:

pip install TCRnumba

It requires CUDA and is not yet tested for MacOS or Windows.

Usage

In Python you can import

import TCRnumba

Then, test the script, by running the additional commands

import TCRnumba.graph_numba as gn
import TCRnumba.convert_pure as cp
adjacency_sparse = gn.adjacency_matrix(['ABC', 'DEF', 'EFG', 'ABC', 'ABD', 'EEE', 'EEF', 'EFF', 'GGE', 'GAS'], N_part=2, len_xy=5, direct_output=True)
cp.convert_pure(adjacency_sparse, 2, 5)

Use SONIA to create files

sonia-generate --humanTRB -n 1000000 --pre -o pre_example.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TCRnumba-0.1.7.tar.gz (26.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page