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

stitcher does not recognise contig file #312

Open
Upasana1991 opened this issue May 28, 2022 · 0 comments
Open

stitcher does not recognise contig file #312

Upasana1991 opened this issue May 28, 2022 · 0 comments

Comments

@Upasana1991
Copy link

I have list of contig file produced in this format
S0057.S0057_OG0007378.fasta.all_contigs.fasta
S0057.S0057_OG0007378.fasta.filtered_contigs.fasta
the target file is named OG0007378.fasta which has a protein sequence ">ADIR005593.1"

I run this command
python atram_stitcher.py
--assemblies-dir=/scratch/aTRAM-2.4.3/S0057.S0057_OG0007378.fasta.filtered_contigs.fasta
--reference-genes=
/scratch/aTRAM-2.4.3/OG0007378.fasta
--taxa=/scratch/aTRAM-2.4.3/Taxa.txt
--temp-dir=
/scratch/aTRAM-2.4.3/directory
--output-prefix=Dirus

And I get this error

  1. 2022-05-27 20:37:08.436959 INFO : aTRAM version: v2.4.3
    ( 10902) 2022-05-27 20:37:08.436989 INFO : Python version: 3.9.7 | packaged by conda-forge | (default, Sep 29 2021, 19:23:11) [GCC 9.4.0]
    ( 10902) 2022-05-27 20:37:08.437008 INFO : /scratch/aTRAM-2.4.3/atram_stitcher.py --assemblies-dir=/scratch/aTRAM-2.4.3/S0057_db/ --reference-genes=/scratch/aTRAM-2.4.3/ADIR/OG0007378.fasta --taxa=/scratch/aTRAM-2.4.3/Taxa.txt --temp-dir=~/scratch/aTRAM-2.4.3/directory --output-prefix=Dirus
    ( 10902) 2022-05-27 20:37:08.575545 INFO : Preparing taxa
    ( 10902) 2022-05-27 20:37:08.577960 INFO : Preparing reference genes: ~/scratch/aTRAM-2.4.3/ADIR/OG0007378.fasta
    ( 10902) 2022-05-27 20:37:08.768478 INFO : Preparing reference gene files for exonerate
    ( 10902) 2022-05-27 20:37:08.772011 INFO : First contig insert: ~/scratch/aTRAM-2.4.3/S0057_db/
    ( 10902) 2022-05-27 20:43:22.439124 INFO : Write contig files
    ( 10902) 2022-05-27 20:43:22.440153 INFO : Exonerate run for: ADIR005593.1
    ( 10902) 2022-05-27 20:43:22.444345 FATAL: There were no hits. Please make sure your contig file names contain both a reference gene name and taxon name in them.

the taxon name was S0057

Could you help me figure out what's the error or give an example of the name of the files (assembly file, taxon name, protein file) I should have before I run stitcher.py

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

1 participant