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

Problem in Step 2 #17

Open
ceromova opened this issue Nov 9, 2022 · 5 comments
Open

Problem in Step 2 #17

ceromova opened this issue Nov 9, 2022 · 5 comments

Comments

@ceromova
Copy link

ceromova commented Nov 9, 2022

Hello,

I runned ERVcaller and I found this problem:

Step 2: Detecting TE insertions...

~~~~~ the input bam file was indexed
sh: extractSoftclipped: command not found

What shoul I do?
Thank you.
@xunchen85
Copy link
Owner

Hi, you may need to first compile the SE-MEI tool under the Scripts folder (tar vxzf SE-MEI-master.tar.gz & cd SE-MEI & make) and then use "export" command to add it to the $PATH.

Thanks,
Xun

@ceromova
Copy link
Author

Ok. Solved. Thank you. Another problem showed up after that and it is the following one:
[E::bwa_idx_load_from_disk] fail to locate the index files

I aligned the sequenes with BWA and the files of the indexation are: .fna, .amb, .ann, .bwt, .fai, .pac, .sa

What could be the problem in here?

@xunchen85
Copy link
Owner

it could due to the empty output. ERVcaller did a reciprocal alignment, if the output is empty the next alignment will fail and show this error.

You could show the file sizes of your input, ref (especially the chr IDs), and generated outputs. Maybe I could help to double check.

Thanks,
Xun

@ceromova
Copy link
Author

Hi,

About the error [E::bwa_idx_load_from_disk] fail to locate the index files

I downloaded the ref from here: GCA_000001405.15_GRCh38_no_alt_analysis_set.fna.gz

The file sizes of my input are 40Gb.

The generated outputs are an empty VCF file and a temp folder with the following information:

image

@xunchen85
Copy link
Owner

It looks like the error happened at an earlier time than the reciprocal alignment. The human reference file is okay.

Maybe you could show the full log information till the error for the debugging? It also depends on the ERV references that you are using, for example, no TE insertions of your ERV reference were detected.

Have you successfully run the test data yet which could confirm your successful installation of ERVcaller?

Xun

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

2 participants