-
Notifications
You must be signed in to change notification settings - Fork 98
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
Comments
genes are predicted on all contigs in with Annotation is automated in the genecatalog module Change the source for the gene catalog in the config file.
Rhen run. The advantage is with the genecatalog you have all genes in all samples and the time-consuming annotation is done only once. |
Not working. #no run command Error: No such command "run". #tried with assemble command added this to the end of the file: SAMPLES######################## ######################## Gene catalog####################### atlas assemble genecatalog testatlas_contig combine_gene_coverages Do I also need to point to the reads? |
Seems you are using atlas 2.0.0 or less.
Try to update and follow the Readme or docs how to use the new API with
atlas run.
Kind regards Silas
And may be subscribe to follow the releases on github. I continue to add
minior bug fixes.
…On Thu, Mar 14, 2019, 21:46 Richard Allen White III < ***@***.***> wrote:
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?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#186 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHLK2kWBZQ8Ff5wZVEnr2h5w00BURaY4ks5vWrU6gaJpZM4b03xk>
.
|
@raw937 Did you succeed? |
I didn't succeed yet. I have to wait on my HPC admin. I will let you know? |
Continue discussion on #599 |
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.
The text was updated successfully, but these errors were encountered: