Skip to main content

flowbio

A client for the Flow API. Full documentation is available at https://goodwright.github.io/flowbio/.

    
import flowbio

# NB: this client is being deprecated. Please use the v2 client instead. See the [v2 documentation](https://goodwright.github.io/flowbio/v2/) for details.
client = flowbio.Client()
client.login("your_username", "your_password")

# Upload standard data
data = client.upload_data("/path/to/file.fa", progress=True, retries=5)
print(data)

# Upload sample
sample = client.upload_sample(
    "My Sample Name",
    "/path/to/reads1.fastq.gz",
    "/path/to/reads2.fastq.gz", # optional
    progress=True,
    retries=5,
    metadata={
        "sample_type": "RNA-Seq",
        "scientist": "Charles Darwin",
        "type_specific_metadata": '{"strandedness": "reverse"}',
    }
)
print(sample)

# Upload multiplexed
multiplexed = client.upload_multiplexed(
    "/path/to/reads.fastq.gz",
    progress=True,
    retries=5,
)
print(multiplexed)

# Upload annotation
annotation = client.upload_annotation(
    "/path/to/annotation.csv",
    progress=True,
    retries=5,
)
print(annotation)

# Run pipeline
execution = client.run_pipeline(
    "RNA-Seq",
    "3.8.1",
    "23.04.3",
    params={"param1": "param2"},
    data_params={"fasta": 123456789},
)

Download files

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

Source Distribution

flowbio-0.10.0.tar.gz (43.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

flowbio-0.10.0-py3-none-any.whl (54.2 kB view details)

Uploaded Python 3

File details

Details for the file flowbio-0.10.0.tar.gz.

File metadata

  • Download URL: flowbio-0.10.0.tar.gz
  • Upload date:
  • Size: 43.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.1

File hashes

Hashes for flowbio-0.10.0.tar.gz
Algorithm Hash digest
SHA256 1e4f67d80cb3cee83ea2c9febfa29696ac52766034c452d5648d4d490b71ec7a
MD5 cfa3cc1d7c299f8db62001a100684ab9
BLAKE2b-256 604a6416fa44cc1c0447ae8bb13ab23f94307835487843da2fc6688caa978161

See more details on using hashes here.

File details

Details for the file flowbio-0.10.0-py3-none-any.whl.

File metadata

  • Download URL: flowbio-0.10.0-py3-none-any.whl
  • Upload date:
  • Size: 54.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.1

File hashes

Hashes for flowbio-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bf089f0b3466cf8e59708a5c570cf54ea0848d1e6f6dc314ed26f487a571cccb
MD5 0896396232a9be7c19709e3f2a82e0c1
BLAKE2b-256 9609e89481cb1cf72a7ec37597c7bcb511fcff0a5980ed3d8e88ee6f0b6eee44

See more details on using hashes here.

Supported by

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