Should test-data/config_2 work? And if so, how is it executed?
When I follow the pattern for config 1 (from the example in the test.yaml GitHub Action)...
mkdir -p test-data/outputs/upload_2
python -m xchemalign.collator -c test-data/config_2.yaml
python -m xchemalign.aligner -d test-data/outputs/upload_2
It fails with KeyError: 'Mpro-x0107_fake_P1'
Should
test-data/config_2work? And if so, how is it executed?When I follow the pattern for config 1 (from the example in the test.yaml GitHub Action)...
It fails with
KeyError: 'Mpro-x0107_fake_P1'