-
Notifications
You must be signed in to change notification settings - Fork 7
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
Enable users to request missing projects or samples #66
Comments
First step - find the diff of the complete metadata and the one loaded on the webserver /mnt/md0/dee2/sradb$ comm -23 <(cut -f1 ecoli_metadata.complete.tsv.cut| sort) <(cut -f1 ecoli_metadata.tsv.cut | sort ) | grep -wFf - ecoli_metadata.complete.tsv.cut | head cut -f5 at the end would give a list of SRP numbers. Also need to collect email address to alert users when jobs are complete. |
working on cgi newsearch.sh |
This is the request email
Sed it like this
Cannot be sent from behind a firewall, so only the webserver |
Need to manage errors more gracefully request.txt 100% 216 4.7KB/s 00:00 Run 1 of 1000 Try `wget --help' for more options. Usage: docker cp [OPTIONS] CONTAINER:SRC_PATH DEST_PATH|- Copy files/folders between a container and the local filesystem |
So the process is working from request to email, but there are some problems with the data provided For SRP216580 there are 17 runs in SRA but in the qc data there are only 3, in the genecounts and txcounts only 4 so there is a problem with obtaining the results from the docker image |
No description provided.
The text was updated successfully, but these errors were encountered: