Open Ahmed-Shibl opened 4 years ago
is the sequence file in fasta format?
>AzeR|Gene MSDEVEDSSNPKDRKYVEALARGLDVLRAFTHGSVVLGNQEISRITGLPKATVSRMTYTL TQLGYLCYSQQHEKYQLDSGVLALGYAYVSNLRVRQLAKPYMDAFARRTNTTVGLTCRDW LSMIYVENCRPPEATSLRMDAGVRLPLATTAAGRAYLAATPEQEREHLLSALQERHEGDW SVMRASLEASFEEFRQHGFCLSLGDWDRNVRAAGVPLRLADGGLMALTCGAPSFQLSEET LRGSLAHELEILARDIESLGA >F5_fig|1402135.21.peg.1764 MDKAFIKGLRLIEALAHSEKPRGVTELAAELGLTKSNVHRLLATLVAQGYVHQDPQYSTY ALGTKIWELGSHVIRRLDLTKVARPAMERLAALTGETVHLSVLDDMDVVYLDKIESSHHI RAHTHVGQR
Yes...I even put through SeqKit earlier to remove header names..
can you upload the input file?
Could the problem be that it's massive? as in >100,000 seqs?
I have similar error, when try to load ~12.000 seqs. When I reduce number of seqs to 10.000 - everything works.
Is there any limit to number of loaded seqs? @jhcepas @Ahmed-Shibl Does the solution for this problem exist?
I've been getting an error recently and not sure how to fix it:
The code I run is:
ete3 build -w standard_trimmed_raxml_bootstrap -a ~/miniconda3/envs/ete3/azer_tree/ncbinr_azer_tree_v1/AzeR_ncbinr_alignment_1_200aa_headers_NEW_4.fa -o ~/miniconda3/envs/ete3/azer_tree/ncbinr_azer_tree_v1 --cpu 60 --noimg
And the error I get is:
Here's where it gets interesting; when I try to run it again with the --resume flag like this:
ete3 build --resume -w standard_trimmed_raxml_bootstrap -a /home/as11798/miniconda3/envs/ete3/azer_tree/ncbinr_azer_tree_v1/AzeR_ncbinr_alignment_1_200aa_headers_NEW_4.fa -o /home/as11798/miniconda3/envs/ete3/azer_tree/ncbinr_azer_tree_v1 --cpu 60 --noimg
I get this:
Contents of the stderr file in /tasks is: FATAL: Sequence file contains no data
Contents of the file I'm using, when running head or more or less, is:
So clearly the file isn't empty it's just not being read by ete3...If anyone has an idea of what this could be I would really appreciate it. Thanks
Ahmed