You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
It would be good if eggd_dias_batch could do this automatically
Note: new test directory might make this no longer needed?
The text was updated successfully, but these errors were encountered: