Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding files to do with SAM format #218

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

sophiemathias
Copy link
Contributor

Issue #199

@sophiemathias
Copy link
Contributor Author

Contains debug print statements at the moment

@terrycojones
Copy link
Member

I had a look at your pull request & can tell you why the tests are failing. It's not your fault... the input file is being opened & read twice by your code, but the test setup only provides the data once (which is consumed by checkSAMfile) so when you come to read the "file" it looks like it's empty. I'll see if I can figure out how to get around this - I've hit it before. The mock library is unfortunately complicated to use in this case - or seems to be to me.

@sophiemathias
Copy link
Contributor Author

I was starting to come to the conclusion that it was something to do with the test framework. Thanks for helping to clear this up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants