-
Notifications
You must be signed in to change notification settings - Fork 8
[Question] Documentation - Gecco use cases for 'annotation', downstream 'antismash' #4
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Hi @althonos
I have some questions pertaining to documentation . I know you mention here some documentation and also have a disclaimer
Before I ask my questions, I there is a bug or something wrong in the help text for -vvv (verbose debugging). I do not think that the -vvv is working. Does it stand for very very verbose
- When I invoke it, it causes the program to exit
gecco -vvv run --genome GENOME.fasta -o gecco_GENOME >& verbose_GENOME_gecco.txt & - However, the same works if I
change vvv to vv
Here is the relevant gecco --help text - it states vvv shows debug information
gecco --help
Parameters:
-h, --help show the message for ``gecco`` or
for a given subcommand.
-q, --quiet silence any output other than errors
(-qq silences everything).
-v, --verbose increase verbosity (-v is minimal,
-vv is verbose, and -vvv shows
debug information).
-V, --version show the program version and exit.
I have some questions/feature requests:
- When do you use the
gecco annotatecommand and what is the purpose of it - In what scenarios does one use
geccofor downstream post-processing withantismash. I could not understand the use case for it from the preprint - I am assuming you would have done a downstream BiG-SLiCE process with your datasets. As a
feature requestorenhancement, it would be nice to have gecco outputs (or scripts) in a compatible way for BiG-SLiCE.
- I do also note that you mention here to write our own scripts to make it compatible for BiG-SLiCE
Parameters - Cluster Detection:
-c, --cds <N> the minimum number of coding sequences a
valid cluster must contain. [default: 3]
-m <m>, --threshold <m> the probability threshold for cluster
detection. Default depends on the
post-processing method (0.4 for gecco,
0.6 for antismash).
--postproc <method> the method to use for cluster validation
(antismash or gecco). [default: gecco]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation