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

SAM parser sniffer warning #65

Open
RNAer opened this issue Mar 15, 2016 · 2 comments
Open

SAM parser sniffer warning #65

RNAer opened this issue Mar 15, 2016 · 2 comments

Comments

@RNAer
Copy link
Collaborator

RNAer commented Mar 15, 2016

/Users/zech/Dropbox/git/scikit-bio/skbio/io/registry.py:907: FormatIdentificationWarning: '_sam_sniffer' has encountered a problem.
Please send the following to our issue tracker at
https://github.com/biocore/scikit-bio/issues

Traceback (most recent call last):
  File "/Users/zech/Dropbox/git/scikit-bio/skbio/io/registry.py", line 899, in wrapped_sniffer
    return sniffer(fh)
  File "/Users/zech/Dropbox/git/micronota/micronota/parsers/sam.py", line 111, in _sam_sniffer
    assert line.startswith('@HD')
AssertionError

  FormatIdentificationWarning)
/Users/zech/Dropbox/git/scikit-bio/skbio/io/registry.py:547: FormatIdentificationWarning: <_io.BufferedReader name='/var/folders/4f/5zc7djg954dc71r037j88jwh0000gn/T/tmpqzam1xst/tmphvfj2rbr/db.diamond'> does not look like a sam file
  % (file, fmt), FormatIdentificationWarning)

@mortonjt
Copy link
Collaborator

Can you post the files in question?

@RNAer
Copy link
Collaborator Author

RNAer commented Mar 15, 2016

run "make test"

On Tue, Mar 15, 2016 at 4:27 PM, Jamie Morton notifications@github.com
wrote:

Can you post the files in question?


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#65 (comment)

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

No branches or pull requests

2 participants