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

fastq table damaged -> fastq download broken #9

Open
ringprince opened this issue Feb 22, 2017 · 1 comment
Open

fastq table damaged -> fastq download broken #9

ringprince opened this issue Feb 22, 2017 · 1 comment

Comments

@ringprince
Copy link

The fastq table seems damaged as it only contains two columns:

> dbGetQuery(sra_con, 'PRAGMA TABLE_INFO(fastq)')
  cid          name    type notnull dflt_value pk
1   0 run_accession    TEXT       0       <NA>  0
2   1   FASTQ_FILES INTEGER       0       <NA>  0

As a result downloading fastq is broken.

@seandavi
Copy link
Owner

seandavi commented Oct 2, 2017

Sorry to take so long to get to this one.

The fastq table contains only the number of fastq files, not the actual locations. The getFASTQinfo and getFASTQfile functions do the actual work. If you notice problems with the fastq downloading functions, could you get back to us with an example?

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