Illumina / BeadArrayFiles

Python library to parse file formats related to Illumina bead arrays
45 stars 33 forks source link

Change the order of checking the arguments in the example code. (develop) #10

Closed MinSungKing closed 6 years ago

MinSungKing commented 6 years ago

Thank you for commenting. Now it is on the develop branch.


I just changed the order of the example code. Current code checks a manifest file first and then it checks whether a output file exists. Creating a manifest object takes a long time so if the output file already exists, a user wastes their time. I know it is just a example code and it is a really small thing but I think it can be better for the users.

KelleyRyanM commented 6 years ago

Sorry for the delay here, I thought I had already merged this.