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

blast subroutine - BAD data structure #7

Closed
bretonics opened this issue Sep 16, 2016 · 0 comments
Closed

blast subroutine - BAD data structure #7

bretonics opened this issue Sep 16, 2016 · 0 comments
Labels

Comments

@bretonics
Copy link
Owner

Anonymous hash data structure incorrectly constructed at line 54.

May be related to #6 , but needs to correctly pair key->value

'CRISPR_9' => [
                          {
                            'qseqid' => '1',
                            'qend' => '25',
                            'qstart' => '23',
                            'nident' => undef,
                            'pident' => '23
',
                            'sstart' => '47',
                            'send' => 'plus',
                            'sstrand' => '100.000'
                          },
                          {
                            'pident' => '15
',
                            'sstart' => '213',
                            'send' => 'plus',
                            'sstrand' => '93.750',
                            'nident' => undef,
                            'qseqid' => '1',
                            'qstart' => '16',
                            'qend' => '198'
                          },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant