cnobles / iGUIDE

Bioinformatic pipeline for identifying dsDNA breaks by marker based incorporation, such as breaks induced by designer nucleases like Cas9.
https://iguide.readthedocs.io/en/latest/
GNU General Public License v3.0
20 stars 9 forks source link

Demultiplexing skip during setup fails #40

Closed ressy closed 5 years ago

ressy commented 5 years ago

It looks like iguide setup --skip_demultiplexing currently fails because the config object isn't available to get_sample_list, and then the Demulti_Dir path is rejected because it already exists (because of the check_existing call). I think if the config object is passed to get_sample_list and check_existing is removed (maybe not relevant since it should exist in this case?) it should be OK.

cnobles commented 5 years ago

Resolved in #51.