-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Add NGSPlotDB-hg19-data recipe #9157
Changes from 1 commit
f0180d7
f4d66f2
1975340
e9bd34b
3d214fb
e486e49
f5af8a9
3ead683
b1ae475
cf50794
ae6e95a
1590814
e4eb39e
721e3a2
054a918
a76b668
2a7f5e4
484b1f2
e16b597
95efbc3
9c44497
b35f91a
05101fa
8fb135d
30d2a97
9b168e6
7977757
a40cf32
f097068
de5d1a6
88af4ed
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
FN="ngsplotdb_hg19_75_3.00.tar.gz" | ||
URLS=( | ||
"https://doc-0g-a0-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/jiksn2m41cm3dbspq0nqt102h6m6eo1o/1528221600000/01382619737792242945/*/0B5hDZ2BucCI6SURYWW5XdUxnbW8?e=download" | ||
"https://drive.google.com/uc?export=download&id=0B5hDZ2BucCI6SURYWW5XdUxnbW8" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 looks much saner 😄. galaxyproject/cargo-port#148 is probably still preferred, I think, but if that isn't merged in a timely manner, we can always package a new build for |
||
) | ||
sha256="a3ad6daceec383f88faf3d3ee899f2bef37b3be2658ee9afa01e86404c0c92bd" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
instead of |
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder: does the database have another home URL? Is the database itself also licensed under the
GPL-2.0
?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, they are on GDrive and linked from the same Github repository - so I think its fine to use the same licence (as they didn't state explicitly another one).
Thanks for all the help - learned a lot here and will add two more databases today to finalize things here :-)