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

Add unit tests for critical functions #1

Open
19 of 34 tasks
Nicolai-vKuegelgen opened this issue Jul 16, 2024 · 0 comments
Open
19 of 34 tasks

Add unit tests for critical functions #1

Nicolai-vKuegelgen opened this issue Jul 16, 2024 · 0 comments
Labels
Code base Improvements of codebase

Comments

@Nicolai-vKuegelgen
Copy link
Collaborator

Nicolai-vKuegelgen commented Jul 16, 2024

Unit tests missing for functions used in R process_CNV_calls

  • R I/O functions
    • gtf & genome info loading
    • [ ] get_chromosome_set (should be redone)
    • get_sample_info (maybe redo)
    • CNV readers; redo after change to VCF
    • static data path management (move to report functions?)
    • CNV table format / scheme
  • call (pre) filter & merge
  • combined CNV callers
  • annotate reference overlap
  • annotate impact lists
  • annotate array features
  • annotate Check-Score
    • Check-Score
    • Precision Estimation

Unit tests missing for snakemake input functions

  • get_tool_filter_settings
  • get_tool_resource
  • fix_container_path (refactor/combined with staticdata smk)
  • get_target_files
  • get_chip
  • get_ref_id
  • get_preprocess_input
  • get_report_sample_input
  • get_cnv_vcf_output

Unit tests missing for main app

  • helper functions
    • read_sample_table (helper)
    • collect_SNP_cluster_ids (helper)
    • Misc
  • check_sample_table (replace with scheme validation?)
  • check_config (replace with scheme validation?)
  • make_singularity_args ( re: fix_container_path )
  • [ ] make_PennCNV_sexfile
  • copy_setup_files
  • create_missing_staticdata
  • run_snakemake
  • setup_argparse
@Nicolai-vKuegelgen Nicolai-vKuegelgen added the Code base Improvements of codebase label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code base Improvements of codebase
Projects
None yet
Development

No branches or pull requests

1 participant