fibertools-rs
fibertools-rs
a CLI tool for interacting with fiberseq bam files.
Installation from cargo
requires a recent version of gcc
and cmake
. I have tested and recommend these versions of gcc
and cmake
, though other versions may work:
bash
module load gcc/10.2.0 cmake/3.21.1
cargo install fibertools-rs
How to install cargo
.
mamba install -c bioconda fibertools-rs
github
(active development)
cargo install --git https://github.com/mrvollger/fibertools-rs
fibertools
ft extract
Help page for extract. Extracts fiberseq data from a bam file into plain text.
ft-extract --all
The extract all option is a special option that tries to extract all the fiberseq data into a tabular format. The following is an image of the output. Note that the column names will be preserved across different software versions (unless otherwise noted); however, the order may change and new columns may be added. Therefore, when loading the data (with pandas
e.g.) be sure to use the column names as opposed to indexes for manipulation.
ft-center
Help page for center. Center fiberseq reads (bam) around reference position(s).
rustybam
stats to ft all
ft-extract