You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding this as an issue in case anyone has a similar problem.
MGnifyR::get_download_urls() doesn't return links for the read data (fastq) used to generate assemblies/analyses, but this may be useful for some scenarios.
A workaround is to run MGnifyR::mgnify_get_analyses_metadata() then use the ENA accessions returned under the sample_biosample column.
These accessions can be used with the enaGroupGet command from the enaBrowserTools scripts, e.g.: enaGroupGet -f fastq SAMN04360062
Note that the enaDataGet throws an error and doesn't find the accession (for me at least).
Adding this as an issue in case anyone has a similar problem.
MGnifyR::get_download_urls()
doesn't return links for the read data (fastq) used to generate assemblies/analyses, but this may be useful for some scenarios.A workaround is to run
MGnifyR::mgnify_get_analyses_metadata()
then use the ENA accessions returned under thesample_biosample
column.These accessions can be used with the enaGroupGet command from the enaBrowserTools scripts, e.g.:
enaGroupGet -f fastq SAMN04360062
Note that the enaDataGet throws an error and doesn't find the accession (for me at least).
Thanks @beadyallen for the package!
The text was updated successfully, but these errors were encountered: