-
Notifications
You must be signed in to change notification settings - Fork 22
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
Issue with SelectContigsPos.pl and ExtractCountFrep.pl #16
Comments
Hi, Sorry for the very slow response. Actually the format you have for ClusterEC_core_cogs.tsv is correct this just contains the contig start and end positions that is all that is needed for bam-readcount. I have added some discussion of that to the README. So the problem is with the perl script used to collate the base frequencies. I have now replaced that with a more robust python script. Have a look at the revised README but the command is: python $DESMAN/scripts/ExtractCountFreqGenes.py AnnotateEC/ClusterEC_core.cogs Counts --output_file Cluster_esc3_scgs.freq Does this fix your problem? Thanks, |
Hello, I've also been having issues with SelectContigsPos.pl in my workflow. Even when using StrainMetaSim Mock dataset. The Cluster_core.cogs file does not include any of the gene locations or strand information. As a result, I don't get any basecount files in the steps that follow. Command: Input .cog file sample Output file sample My contigs.tsv file looks like this: Any suggestions on what may be happening, or how to include my gene locations in the core.cogs file? Thanks for your help. |
Hi,
I tried to use selectContigsPos.pl to extract core COGs and use ExtractCountFrep.pl to get the variant frequency table. After I run ExtractCountFrep.pl, I got an empty variant frequency table. I them checked my position file (ClusterEC_core_cogs.tsv) generated by selectCongtigsPos. The format is contig, start, end. I assume the correct format should include cog number. But why do I miss that information?
Thanks,
The text was updated successfully, but these errors were encountered: