You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea behind the CLI is to act as a fast wrapper around user provided fastas and gff/gtf files.
User provide a fasta file path (.fa/.gz, .fasta/.gz) and a a list of gff/gtf file paths -> fetch fasta headers and seqids (1st column from gff/gtf files) -> fetch aliases -> map aliases -> overwrite seqids of gff/gtf files -> output new gff/gtf files path/overwrite existing if specified from the user
User provide URL of the fasta and/or related gff/gtf files -> download fasta->stream gff/gtf and replace seqids with correct alias on the fly
The idea behind the CLI is to act as a fast wrapper around user provided fastas and gff/gtf files.