seismicrna.cleanfa package
Submodules
- seismicrna.cleanfa.cleanfa.clean_fasta(fasta_in: Path, fasta_out: Path, force: bool = False)
Clean a FASTA file.
- seismicrna.cleanfa.main.run(input_path: Iterable[str | Path], *, inplace: bool = False, out_dir: str | Path = './out', force: bool = False, max_procs: int = 4)
Clean the names and sequences in FASTA files.
- Parameters:
inplace (
bool
) – Modify files in-place instead of writing new files (CAUTION: you cannot recover the original files afterwards) [keyword-only, default: False]out_dir (
str | pathlib._local.Path
) – Write all output files to this directory [keyword-only, default: ‘./out’]force (
bool
) – Force all tasks to run, overwriting any existing output files [keyword-only, default: False]max_procs (
int
) – Run up to this many processes simultaneously [keyword-only, default: 4]