To everyone who is still having the same error as the original post
Fatal error: exception Failure("Command 'echo "-------gem-indexer_fasta2meta+cont
Make sure you follow the advice dineika_chandra gave and add the bin folder of the tool to the path (EVEN IF YOU RUN IT FROM THEN BIN FOLDER ITSELF)
So if you try to run the indexer using a command like this:
/groups/goroup1/ari/tools/GEM-binaries-Linux-x86_64-core_i3-20130406-045632/bin/gem-indexer -i GRCh38.fa -o GRCh38.gem_idx
You need to run:
export PATH=/groups/goroup1/ari/tools/GEM-binaries-Linux-x86_64-core_i3-20130406-045632/bin/:$PATH
for the above command to work.
It took me far too long to understand the reason for this error, it's so frustrating there isn't any helpful details in the "fatal error" that is just thrown out.
I would very much like to know how to overcome this error as well I am trying to generate a Mappability file for GRCh38 as none is available from ENCODE.
the error that I encountered was:
the error log does not contain sufficient data for a non specialist to debug this and there is precious little information on the tool.
The Binaries have been added to my PATH so access should not be an issue. Any constructive comments welcome.
Thanks,
Matthieu
This error message does not contain enough information for us to help you debug this either.
Have you looked at this past thread that may be of help: Where can I get ?or how can I make a mappability track for hg38 assembly
Genomax,
Thank-you for the reply. I have seen that link, I am trying to follow the tutorial that has been posted to this link to first index the reference before generating the mappability track. The error that I am encountering is linked to the gem-indexer command and not the gem-mappability command.
For information I am using the precompiled i3 binaries downloaded from the Github page for the project. This is being used on a Centos7 install with all resent system updates installed. For information the pypi installer option that is listed on this page does not work as the repo does not use SSH.
Do you have a better idea of what the issue is and what may be done to overcome the issue?
And I got the following error, while running same code:
GEM::Error (archive_builder_text.c:180,archive_builder_text_process_character) MultiFASTA parsing (genome/Homo_sapiens-GRCh38.p13/Homo_sapiens-GRCh38.p13_contigs.fa:46604068). Invalid character found ('>')
Any idea how to solve it?