-
Notifications
You must be signed in to change notification settings - Fork 133
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
Backlocate w/ E. coli genome #225
Comments
The tool expects Use |
Thanks a lot for your prompt reply. I replaced all Do you have any ideas? Thanks!
|
set |
Hi,
Is it possible to use backlocate w/ E. coli files? I have the following file from NCBI as the GTF file. And I have the appropriate reference file with the indices. I am trying to figure out how to call the genes/transcripts.
genomic.gtf.zip
There are RefSeq gene, CDS, start_codon and stop_codon entries per gene. When I try to call using the transcript_id or gene attributes I get the error:
echo -e "thrL\tP1090M" | java -jar backlocate.jar -R ../../Documents/CRISPR\ CBE\ Bacteria\ STOP\ Library/GCA_000005845.2.fasta --gtf ../../Documents/CRISPR\ CBE\ Bacteria\ STOP\ Library/from\ NCBI/GCF_000005845.2/ncbi_dataset/data/GCF_000005845.2/genomic.gtf
[WARN][BackLocate]no transcript found for thrL
Thanks a lot for your help.
The text was updated successfully, but these errors were encountered: