test cases execution grab the wrong file input when multifiles are used

Issue #26 closed
Amjad Alkodsi created an issue

For example, check Realigner component in sequencing bundle. indels1.vcf.idx is grabbed as input when indels1.vcf should be the one.

Comments (5)

  1. Kristian Ovaska

    I need more info to reproduce. When I run anduril test -b sequencing -c Realigner, it prints

    [LOG component] indels1 /home/kovaska/hglocal/sequencing/components/Realigner/testcases/case1/input/indels1.vcf
    [LOG component] indels2 /home/kovaska/hglocal/sequencing/components/Realigner/testcases/case1/input/indels2.vcf
    

    What does it print for you?

    Did you rebuild anduril with anduril build --dev -u anduril first?

  2. Log in to comment