Skip to content

Commit

Permalink
Add iSeq channel support to expected_order() call (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
nudpa authored Sep 24, 2018
1 parent f87d6ef commit 61a07d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions interop/logic/utils/channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ namespace illumina { namespace interop { namespace logic { namespace utils
std::swap(expected[0], expected[1]);
return expected;
}
if(norm == "1,2") return expected;
INTEROP_THROW( model::invalid_channel_exception, "Invalid channel names: " << norm);
}

Expand Down

0 comments on commit 61a07d3

Please sign in to comment.