Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Metagenomics
metagenedb
Commits
de1d5a5a
Commit
de1d5a5a
authored
Apr 01, 2021
by
Kenzo-Hugo Hillion
♻
Browse files
update help message CLI import IGC sequences
parent
2663d5b4
Pipeline
#52575
passed with stages
in 4 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
backend/metagenedb/apps/catalog/management/commands/import_igc_sequences.py
View file @
de1d5a5a
...
...
@@ -13,7 +13,7 @@ class ImportIGCGeneSequences(ImportGeneSequences):
class
Command
(
BaseCommand
):
help
=
'
Create or update all EggNOG entries from annotations.tsv file
.'
help
=
'
Add IGC gene sequences to corresponding genes
.'
def
add_arguments
(
self
,
parser
):
parser
.
add_argument
(
'fasta'
,
help
=
'IGC.fa.gz file from IGC. Genes need to exist in DB for this script to work.'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment