Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contig annotation and quantification #186

Closed
raw937 opened this issue Mar 14, 2019 · 6 comments
Closed

Contig annotation and quantification #186

raw937 opened this issue Mar 14, 2019 · 6 comments

Comments

@raw937
Copy link
Contributor

raw937 commented Mar 14, 2019

Hello,

If I have assembled contigs and just want to annotation/quantify (eggnog4, SEED etc) is that option still available? Not the bins but the contigs directly.
I couldn't find it if it is.

@SilasK
Copy link
Member

SilasK commented Mar 14, 2019

genes are predicted on all contigs in with atlas run assembly

Annotation is automated in the genecatalog module

Change the source for the gene catalog in the config file.

########################
# Gene catalog
#######################
genecatalog:
  source: contigs
...

Rhen run.
atlas run genecatalog <options> combine_gene_coverages

The advantage is with the genecatalog you have all genes in all samples and the time-consuming annotation is done only once.

@raw937
Copy link
Contributor Author

raw937 commented Mar 14, 2019

Not working.

#no run command
atlas run genecatalog test_1k.fasta combine_gene_coverages
Usage: atlas [OPTIONS] COMMAND [ARGS]...
Try "atlas -h" for help.

Error: No such command "run".

#tried with assemble command
atlas assemble genecatalog test_1k.fasta combine_gene_coverages
[2019-03-14 13:40 CRITICAL] Config not found: /data/friesen/clean/CQ/results/assemblies/subsampled/genecatalog

added this to the end of the file:
########################

SAMPLES

########################
samples: 'pwd'

########################

Gene catalog

#######################
genecatalog:
source: contigs

atlas assemble genecatalog testatlas_contig combine_gene_coverages
[2019-03-14 13:43 CRITICAL] Config not found: /data/friesen/clean/CQ/results/assemblies/subsampled/1k/genecatalog

Do I also need to point to the reads?

@SilasK
Copy link
Member

SilasK commented Mar 15, 2019 via email

@SilasK
Copy link
Member

SilasK commented Mar 21, 2019

@raw937 Did you succeed?
How would you use SEED? is there a command line application?

@raw937
Copy link
Contributor Author

raw937 commented Mar 22, 2019

I didn't succeed yet. I have to wait on my HPC admin. I will let you know?
Hmm. I have always wanted to integrate metacyc and SEED to ATLAS. SEED hasn't been updated in a while or metacyc as well. However, I do have older databases that could be used (~2014). I could share. The FOAM database maybe a more useful way to get KOs.
However, I do like eggnog's mapper which is useful.
Databases are very hard to maintain funding. Only Uniprot has been able to maintain the funding over the long term. KEGG, metacyc, cog, nog, etc all pay models or extinct. Its a real crime that we can't maintain funding to keep up with maintaining tools, databases, with the ever growing masses of sequence data.

@SilasK
Copy link
Member

SilasK commented Jan 10, 2023

Continue discussion on #599

@SilasK SilasK closed this as completed Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants