This repository was archived by the owner on Jan 22, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsplitgbk_help.txt
More file actions
38 lines (31 loc) · 1.88 KB
/
splitgbk_help.txt
File metadata and controls
38 lines (31 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
A very simple script to split multisequence genbank files into separate files
Copyright (C) 2020 Felipe Marques de Almeida (almeidafmarques@gmail.com)
License: Public Domain
usage:
falmeida-py splitgbk
falmeida-py splitgbk [ -h|--help ]
falmeida-py splitgbk [ --gbk <file> ] [ --outdir <outdir> ]
options:
-h --help Show this screen.
-g --gbk=<file> Input genbank file to split into multiple individual files.
-o --outdir=<outdir> Directory (must already exist) in which to write the splitted files [Default: ./].
falmeida-py: a package to the simple distribution of my custom scripts.
Copyright (C) 2020 Felipe Marques de Almeida (almeidafmarques@gmail.com)
License: Public Domain
usage:
falmeida-py [ -h|--help ] [ -v|--version ] [ --license ]
falmeida-py <command> [ -h|--help ] [ <args>... ]
options:
-h --help Show this screen
-v --version Show version information
--license Show LEGAL LICENSE information
commands:
tsv2markdown Command for rapid convertion of tsv or csv to markdown tables.
splitgbk Command to split multisequence genbank files into individual files.
align2subsetgbk Command to subset genbank files based on alignments to a FASTA file.
gbk2fasta Command to convert genbank files to fasta files.
blasts Command to execute automatized blast commands.
replace_fasta_seq Command to replace strings in a FASTA using defitinitions from a BED file
mpgap2csv Command to summarize main mpgap multiqc assembly statistics into a CSV file
bacannot2json Command to summarize main bacannot annotation results into JSON file
Use: `falmeida-py <commmand> -h` to get more help and see examples.