You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking like some pseudo-pseudocode to me. Good work overall, I think you’ve got a good understanding of the problem. I like that you just put it all in a function. Great idea for future use. The order of the filters within this function make sense and sends files to the appropriate bins. I’m not certain on this, but is it best to send read + index +index to each bin or should you just send the read +index (or even just read)? A couple more things to specify – how are you storing the 4-line records from each file? How are you generating the filenames? And it is unaddressed how you match the indexes (index 1 == reverse compliment of index 2). A bit more work to do, but good job!
The text was updated successfully, but these errors were encountered:
Looking like some pseudo-pseudocode to me. Good work overall, I think you’ve got a good understanding of the problem. I like that you just put it all in a function. Great idea for future use. The order of the filters within this function make sense and sends files to the appropriate bins. I’m not certain on this, but is it best to send read + index +index to each bin or should you just send the read +index (or even just read)? A couple more things to specify – how are you storing the 4-line records from each file? How are you generating the filenames? And it is unaddressed how you match the indexes (index 1 == reverse compliment of index 2). A bit more work to do, but good job!
The text was updated successfully, but these errors were encountered: