-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add prefix to counts matrix and MultiQC so they won't all have the same name #132
Comments
@PhilPalmer do you want me to take care of this issue? Or are you working on it? |
Yeah, it's great if you're able to take of the issue! I feel like there's no stopping you getting through all of these issues which is awesome 😂 The work in progress was just because I hadn't finished the implementation section of this issue. I've just finished doing that now. A couple notes on that:
|
@PhilPalmer You've taught me so much so now I feel like I can actually do stuff! I'm really excited about that haha Ok yeah that makes sense. I'll reach out if I have any questions or issues and I'll show you want I did when I'm done before I merge. Thanks! |
Haha, that's great to hear, thank you! I feel like you've taught yourself a lot as well A couple more things I just thought of:
|
|
If you want the date as a prefix you could use something like,
The default could also be no |
Ok I think I have an idea. I'll show you when I'm ready and you can see what you think. |
@PhilPalmer, @angarb and I decided we don't want to change any of the prefixes for rmats (we think these are fine as is). With that being said, I'm going to remove those tasks from the implementation, ok? I've added the prefix for the counts already now I just need to update the MulitQC. Any recommendation on how to move the files and then rename them? |
fixed here |
Problem
All of the CSV counts matricies and MultiQC HTML files have the same name which can make comparing these files between different runs more difficult
Solution
Add a prefix to these files that is defined by the user a parameter and can be unique to each run
Implementation
run_name
parameter (see How can I additional parameters to the Nextflow script? #123 for how to add new parameters)Note: it may be best to make a copy of the
multiqc_report.html
here because CloudOS requires it to have this specific name in order to render it directly on the platformThe text was updated successfully, but these errors were encountered: