Closed MinSungKing closed 7 years ago
Thanks for the suggestion. Can you open this pull request against the develop branch instead? (I neglected to update the default branch). Alternatively, I can directly commit this change to that branch.
Superseded by https://github.com/Illumina/BeadArrayFiles/pull/10
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.