mitre / fusera

A FUSE interface to the NCBI Sequence Read Archive (SRA)
Apache License 2.0
29 stars 12 forks source link

Add comparison to SRA toolkit to documentation #131

Open seandavi opened 6 years ago

seandavi commented 6 years ago

For all users, the standard has been to use the SRA toolkit. It would be great to have front-and-center documentation about how fusera differs, when fusera is preferred and why, and some use case translation from the sra toolkit to fusera (ie., how would one do a fastq-dump with fusera vs fastq-dump).

saulakravitz commented 5 years ago

Passed along to SRA for consideration.

stineaj commented 5 years ago

That is a good suggestion. We are low on docs and quick guides for the cloud access but documentation is being written currently. The short version for fusera vs sra-toolkit though is that fusera is typically giving you the submitted data format. So if it is already fastq there is no conversion required. If it isn't fastq then the user will need to convert the data as needed.

seandavi commented 5 years ago

This is great feedback, @stineaj. I guess the two projects (fusera and sra-toolkit) are less related than I had thought.