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

Clean up WGS reports #10

Closed
3 of 4 tasks
ewels opened this issue Jun 2, 2016 · 4 comments
Closed
3 of 4 tasks

Clean up WGS reports #10

ewels opened this issue Jun 2, 2016 · 4 comments

Comments

@ewels
Copy link
Member

ewels commented Jun 2, 2016

For NGI plugin hooks:

  • Collapse sample name to P123_001
  • Remove lane level stats from General Stats table
    • FastQC
    • FastQ_Screen
  • Throw a warning if suffix is not .clean, .clean.dedup or .clean.dedup.recal
    • Suffixes in a config file

Only do all of this if running on piper_ngi


For NGI config file:

  • Ignore folders
    • piper_ngi/01_raw_alignments
    • piper_ngi/02_preliminary_alignment_qc
    • piper_ngi/03_genotype_concordance
    • piper_ngi/04_merged_alignments
@ewels
Copy link
Member Author

ewels commented Jun 2, 2016

Note that some of these steps need to be in a hook before module execution (ignoring files) and some afterwards (general stats modification, sample name collapses)

@ewels
Copy link
Member Author

ewels commented Jun 3, 2016

Updated original issue comment to organise how to do this

@ewels
Copy link
Member Author

ewels commented Jun 3, 2016

..maybe better to use regex replace matching instead of this hardcoded approach? Will work in plots as well as general stats table then..

@ewels
Copy link
Member Author

ewels commented Sep 27, 2016

I think this is probably fine for now.

@ewels ewels closed this as completed Sep 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant