We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for writing such a useful tool. I think currently is is broken for specific libraries,
e.g., for SRR26622970, I get the following commands for FTP and Aspera FASTQ download:
curl -L ftp:// -o SRR26622970_GSM7875077_mouse11_F_hippocampus_Mus_musculus_RNA-Seq
ascp -QT -l 300m -P33001 -i $HOME/.aspera/connect/etc/asperaweb_id_dsa.openssh . && mv SRR26622970_GSM7875077_mouse11_F_hippocampus_Mus_musculus_RNA-Seq
Specifically, the path to the actual fastq file is missing.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thanks for writing such a useful tool. I think currently is is broken for specific libraries,
e.g., for SRR26622970, I get the following commands for FTP and Aspera FASTQ download:
curl -L ftp:// -o SRR26622970_GSM7875077_mouse11_F_hippocampus_Mus_musculus_RNA-Seq
ascp -QT -l 300m -P33001 -i $HOME/.aspera/connect/etc/asperaweb_id_dsa.openssh . && mv SRR26622970_GSM7875077_mouse11_F_hippocampus_Mus_musculus_RNA-Seq
Specifically, the path to the actual fastq file is missing.
Thanks a lot!
The text was updated successfully, but these errors were encountered: