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

HOME run does not end #20

Closed
nuriaserra opened this issue May 2, 2018 · 6 comments
Closed

HOME run does not end #20

nuriaserra opened this issue May 2, 2018 · 6 comments

Comments

@nuriaserra
Copy link

Hello,

I'm having problems to run HOME, because the runs never end. It finds the mitochondrial DMRs quite quickly, but after that it does not produce any other result. I have tried it with 48h and 32 processors for 2 samples of Arabidopsis, and it always crashes because it reaches the time limit.

The command I am using is:
HOME-pairwise -t CG -i ./sample_file_CG_comparison1.txt -o ./output_comparison1_CG -npp 32

With the last version of home (0.9).

Thank you for your help,

Núria

@Akanksha2511
Copy link
Collaborator

Hi Núria,
That's strange! How many replicates you have ?. Can you please try running it with "-sin" parameter
HOME-pairwise -t CG -sin -i ./sample_file_CG_comparison1.txt -o ./output_comparison1_CG -npp 32

Thanks,
Akanksha

@nuriaserra
Copy link
Author

nuriaserra commented May 3, 2018 via email

@Akanksha2511
Copy link
Collaborator

Hi Núria,

Its pretty surprising that run is taking so long. Even without -sin parameter, it should finish within 2 hours, roughly (more quickly for plant genome). So, Just a bit of detail, without -sin parameter, HOME runs parallel processes for each chromosome (5 in case of Arabidopsis). With -sin parameter it breaks the single chromosome into chunks (depending on npp parameter) and will run parallel for each chunk. If you don't use -sin parameter and run HOME in default mode, set the npp parameter to max. no. of chromosomes the data have or less if your system does not allow it. Setting it more than that won't help in this case. But, if you run it with -sin parameter, you can set the npp parameter as high as possible. If possible, please share with me the input files, so that I can have a look what's wrong.
Please let me know if you have any further doubts or issues.

Thanks,
Akanksha

@nuriaserra
Copy link
Author

nuriaserra commented May 3, 2018 via email

@Akanksha2511
Copy link
Collaborator

Closing this issue because of HPC related problem at the user end.

@Papareddy
Copy link

Hi Akanksha,

Just to be sure, is HOME compatable for single replicate timeseries analysis (or pairwise) ?. I have HOME (>0.7) working well for both timeseries or pairewise when i have multi replicates but never ending job run for single replicates as Nuria mentioned(with or without -sin paramether ). Do you think is there something do with single replicate experiments. And i also see double scalar error in these cases. We use the same HPC.

Cheers,
Ranj

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

3 participants