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

automate CNV indications stripping #178

Open
kjwinfield opened this issue Jan 9, 2024 · 2 comments
Open

automate CNV indications stripping #178

kjwinfield opened this issue Jan 9, 2024 · 2 comments

Comments

@kjwinfield
Copy link
Contributor

Currently samples are booked in Epic with both the SNV and CNV clinical indications. To allow eggd_dias_batch to correctly set off reports, the CNV indications need to be stripped off.

This command is run manually on Epic manifests before running eggd_dias_batch

for test_code in $(dx cat project-Fkb6Gkj433GVVvj73J7x8KbV:file-GXGx8q0433GgKqx52Jqz1p47); 
do sed -i s/${test_code}/""/g <epic-manifest-file> ;
done

It would be good if eggd_dias_batch could do this automatically
Note: new test directory might make this no longer needed?

@Addy81
Copy link
Contributor

Addy81 commented Jan 9, 2024

In new genepanels includes all those indications this won't be needed in batch.

@jethror1
Copy link
Contributor

jethror1 commented Feb 1, 2024

some work started on this here for future me to remember: https://github.com/eastgenomics/eggd_dias_batch/tree/v3.1.0-improve_test_code_handling

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