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

No Overview.html file after aberrantSplicing analysis with DROP v1.4.0 #554

Closed
mmartinezj opened this issue Jun 11, 2024 · 4 comments
Closed
Assignees

Comments

@mmartinezj
Copy link

mmartinezj commented Jun 11, 2024

Hello,

I have run just the aberrantSplicing module and got the following html files:
html_files

As you can see, the index, readme, counting datasets and fraser datasets htmls are present, but neither the overview html nor the folder "Scripts_AberrantSplicing_Overview_files" is present. But after checking the log file, I haven't been able to found any error regarding this. Also I have tried to run "snakemake Scripts_AberrantSplicing_Overview_R", but I got an error:
run_overview

If you need any more info or the log file, please let me know. Thanks in advance!

Best,

Miriam

Update:
I have run the aberrantSplicing module with the dataset that comes with drop and it doesn't generate the overview html either in case this is of any use.

@AtaJadidAhari AtaJadidAhari self-assigned this Jun 11, 2024
@AtaJadidAhari
Copy link
Collaborator

Hi Miriam,

Those files are created by another rule after rule aberrantSplicnig, i.e. from rule Index and that's why when running only aberrantSplicnig rule, they are not produced. You can create them by running: snakemake AberrantSplicing_Overview_R instead of snakemake Scripts_AberrantSplicing_Overview_R

@mmartinezj
Copy link
Author

Hi Ata,

thanks for the quick response. I am running snakemake Scripts_AberrantSplicing_Overview_R on the project folder. As I can see from the logs and time it is taking, this command is rerunning the whole module again. Is this the behaviour it should have or it should just have taken the info/files already computed and just generated a html?

@vyepez88
Copy link
Collaborator

Hi Miriam, please use the --rerun-triggers mtime every time you want to rerun the aberrant splicing pipeline and set recount: false in the config file (unless you want to recount the data)

@mmartinezj
Copy link
Author

Thank you Ata and Vicente. Both of the solutions worked!

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