Crates.io | RagatagSorter |
lib.rs | RagatagSorter |
version | 3.2.1 |
created_at | 2025-08-05 15:36:36.885823+00 |
updated_at | 2025-08-05 16:43:46.866843+00 |
description | A tool to sort Ragatag reads by their tags |
homepage | https://gitlab.etu.umontpellier.fr/RaphaelRibes/ragtagsorter |
repository | https://gitlab.etu.umontpellier.fr/RaphaelRibes/ragtagsorter |
max_upload_size | |
id | 1782152 |
size | 830,178 |
RagatagSorter is a Rust command-line tool that reads FASTA records from standard input and sorts them into separate files based on their record IDs. Records with IDs starting with ptg
are placed in the sorted/Unknown
directory, while all others go to sorted/M. truncatula
.
To install Rust, use rustup:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Select 2) Customize installation
and for Default host triple?
enter x86_64-unknown-linux-musl
if used on Muse.
If not, just press enter until the installation is complete.
Then do
cargo build --release
After, copy the program to your bin directory:
cp target/release/RagatagSorter /usr/local/bin
Now you can use it like any other command line tool !
RagatagSorter path/to/input/file.fasta.gz path/to/output/dir