8000 update helps · fmalmeida/pythonScripts@db54273 · GitHub
[go: up one dir, main page]

Skip to content

Commit db54273

Browse files
committed
update helps
1 parent bd11078 commit db54273

File tree

4 files changed

+147
-24
lines changed

4 files changed

+147
-24
lines changed

docs/align2subsetgbk_help.txt

Lines changed: 44 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,44 @@
1-
Traceback (most recent call last):
2-
File "/home/falmeida/Documents/GitHub/pythonScripts/falmeida-py-runner.py", line 18, in <module>
3-
from falmeida_py.__main__ import main
4-
File "/home/falmeida/Documents/GitHub/pythonScripts/falmeida_py/__main__.py", line 47, in <module>
5-
from docopt import docopt
6-
ModuleNotFoundError: No module named 'docopt'
1+
A script meant to subset a genbank annotation file based on alignments against a query (Nucleotide) FASTA file
2+
3+
---
4+
Copyright (C) 2020 Felipe Marques de Almeida (almeidafmarques@gmail.com)
5+
License: Public Domain
6+
7+
Usage:
8+
falmeida-py align2subsetgbk [ -h|--help ]
9+
falmeida-py align2subsetgbk [ --gbk <in_gbk> --fasta <fasta> --out <out_gbk> --minid <int> --mincov <int> --culling_limit <int> --extension <int> ]
10+
11+
Options:
12+
-h --help Show this screen.
13< 8000 span class="diff-text-marker">+
-g --gbk=<in_gbk> Gbk file for subset
14+
-f --fasta=<fasta> FASTA (nucl) file for querying the gbk
15+
-o --out=<out_gbk> Gbk filtered output file [Default: out.gbk].
16+
--extension=<int> Base pair length to extend the flank regions in the alignment [Default: 0].
17+
--minid=<int> Min. Identity percentage for gene annotation [Default: 80].
18+
--mincov=<int> Min. Covereage for gene annotation [Default: 80].
19+
--culling_limit=<int> Blast culling_limit for best hit only [Default: 1].
20+
falmeida-py: a package to the simple distribution of my custom scripts.
21+
22+
Copyright (C) 2020 Felipe Marques de Almeida (almeidafmarques@gmail.com)
23+
License: Public Domain
24+
25+
usage:
26+
falmeida-py [ -h|--help ] [ -v|--version ] [ --license ]
27+
falmeida-py <command> [ -h|--help ] [ <args>... ]
28+
29+
options:
30+
-h --help Show this screen
31+
-v --version Show version information
32+
--license Show LEGAL LICENSE information
33+
34+
commands:
35+
tsv2markdown Command for rapid convertion of tsv or csv to markdown tables.
36+
splitgbk Command to split multisequence genbank files into individual files.
37+
align2subsetgbk Command to subset genbank files based on alignments to a FASTA file.
38+
gbk2fasta Command to convert genbank files to fasta files.
39+
blasts Command to execute automatized blast commands.
40+
replace_fasta_seq Command to replace strings in a FASTA using defitinitions from a BED file
41+
mpgap2csv Command to summarize main mpgap multiqc assembly statistics into a CSV file
42+
bacannot2json Command to summarize main bacannot annotation results into JSON file
43+
44+
Use: `falmeida-py <commmand> -h` to get more help and see examples.

docs/help_message.txt

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
1-
Traceback (most recent call last):
2-
File "/home/falmeida/Documents/GitHub/pythonScripts/falmeida-py-runner.py", line 18, in <module>
3-
from falmeida_py.__main__ import main
4-
File "/home/falmeida/Documents/GitHub/pythonScripts/falmeida_py/__main__.py", line 47, in <module>
5-
from docopt import docopt
6-
ModuleNotFoundError: No module named 'docopt'
1+
falmeida-py: a package to the simple distribution of my custom scripts.
2+
3+
Copyright (C) 2020 Felipe Marques de Almeida (almeidafmarques@gmail.com)
4+
License: Public Domain
5+
6+
usage:
7+
falmeida-py [ -h|--help ] [ -v|--version ] [ --license ]
8+
falmeida-py <command> [ -h|--help ] [ <args>... ]
9+
10+
options:
11+
-h --help Show this screen
12+
-v --version Show version information
13+
--license Show LEGAL LICENSE information
14+
15+
commands:
16+
tsv2markdown Command for rapid convertion of tsv or csv to markdown tables.
17+
splitgbk Command to split multisequence genbank files into individual files.
18+
align2subsetgbk Command to subset genbank files based on alignments to a FASTA file.
19+
gbk2fasta Command to convert genbank files to fasta files.
20+
blasts Command to execute automatized blast commands.
21+
replace_fasta_seq Command to replace strings in a FASTA using defitinitions from a BED file
22+
mpgap2csv Command to summarize main mpgap multiqc assembly statistics into a CSV file
23+
bacannot2json Command to summarize main bacannot annotation results into JSON file
24+
25+
Use: `falmeida-py <commmand> -h` to get more help and see examples.

docs/splitgbk_help.txt

Lines changed: 38 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
1-
Traceback (most recent call last):
2-
File "/home/falmeida/Documents/GitHub/pythonScripts/falmeida-py-runner.py", line 18, in <module>
3-
from falmeida_py.__main__ import main
4-
File "/home/falmeida/Documents/GitHub/pythonScripts/falmeida_py/__main__.py", line 47, in <module>
5-
from docopt import docopt
6-
ModuleNotFoundError: No module named 'docopt'
1+
A very simple script to split multisequence genbank files into separate files
2+
Copyright (C) 2020 Felipe Marques de Almeida (almeidafmarques@gmail.com)
3+
License: Public Domain
4+
5+
usage:
6+
falmeida-py splitgbk
7+
falmeida-py splitgbk [ -h|--help ]
8+
falmeida-py splitgbk [ --gbk <file> ] [ --outdir <outdir> ]
9+
10+
options:
11+
-h --help Show this screen.
12+
-g --gbk=<file> Input genbank file to split into multiple individual files.
13+
-o --outdir=<outdir> Directory (must already exist) in which to write the splitted files [Default: ./].
14+
falmeida-py: a package to the simple distribution of my custom scripts.
15+
16+
Copyright (C) 2020 Felipe Marques de Almeida (almeidafmarques@gmail.com)
17+
License: Public Domain
18+
19+
usage:
20+
falmeida-py [ -h|--help ] [ -v|--version ] [ --license ]
21+
falmeida-py <command> [ -h|--help ] [ <args>... ]
22+
23+
options:
24+
-h --help Show this screen
25+
-v --version Show version information
26+
--license Show LEGAL LICENSE information
27+
28+
commands:
29+
tsv2markdown Command for rapid convertion of tsv or csv to markdown tables.
30+
splitgbk Command to split multisequence genbank files into individual files.
31+
align2subsetgbk Command to subset genbank files based on alignments to a FASTA file.
32+
gbk2fasta Command to convert genbank files to fasta files.
33+
blasts Command to execute automatized blast commands.
34+
replace_fasta_seq Command to replace strings in a FASTA using defitinitions from a BED file
35+
mpgap2csv Command to summarize main mpgap multiqc assembly statistics into a CSV file
36+
bacannot2json Command to summarize main bacannot annotation results into JSON file
37+
38+
Use: `falmeida-py <commmand> -h` to get more help and see examples.

docs/tsv2markdown_help.txt

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
1-
Traceback (most recent call last):
2-
File "/home/falmeida/Documents/GitHub/pythonScripts/falmeida-py-runner.py", line 18, in <module>
3-
from falmeida_py.__main__ import main
4-
File "/home/falmeida/Documents/GitHub/pythonScripts/falmeida_py/__main__.py", line 47, in <module>
5-
from docopt import docopt
6-
ModuleNotFoundError: No module named 'docopt'
1+
A simple script to convert tsv (or csv) files to markdown tables using tabulate!
2+
Copyright (C) 2020 Felipe Marques de Almeida (almeidafmarques@gmail.com)
3+
License: Public Domain
4+
5+
usage:
6+
falmeida-py tsv2markdown
7+
falmeida-py tsv2markdown [ -h|--help ]
8+
falmeida-py tsv2markdown [ --tsv <file> --csv <file> --header <list> ]
9+
10+
options:
11+
-h --help 9927 Show this screen.
12+
--tsv=<file> Input tsv file to print as markdown table
13+
--csv=<file> Input csv file to print as markdown table
14+
--header=<list> If file does not have a header, set a
15+
custom header. E.g. --header "Planet,R (km),mass (x 10^29 kg)".
16+
falmeida-py: a package to the simple distribution of my custom scripts.
17+
18+
Copyright (C) 2020 Felipe Marques de Almeida (almeidafmarques@gmail.com)
19+
License: Public Domain
20+
21+
usage:
22+
falmeida-py [ -h|--help ] [ -v|--version ] [ --license ]
23+
falmeida-py <command> [ -h|--help ] [ <args>... ]
24+
25+
options:
26+
-h --help Show this screen
27+
-v --version Show version information
28+
--license Show LEGAL LICENSE information
29+
30+
commands:
31+
tsv2markdown Command for rapid convertion of tsv or csv to markdown tables.
32+
splitgbk Command to split multisequence genbank files into individual files.
33+
align2subsetgbk Command to subset genbank files based on alignments to a FASTA file.
34+
gbk2fasta Command to convert genbank files to fasta files.
35+
blasts Command to execute automatized blast commands.
36+
replace_fasta_seq Command to replace strings in a FASTA using defitinitions from a BED file
37+
mpgap2csv Command to summarize main mpgap multiqc assembly statistics into a CSV file
38+
bacannot2json Command to summarize main bacannot annotation results into JSON file
39+
40+
Use: `falmeida-py <commmand> -h` to get more help and see examples.

0 commit comments

Comments
 (0)
0