-
Notifications
You must be signed in to change notification settings - Fork 6
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
Development #172
base: development
Are you sure you want to change the base?
Development #172
Conversation
<div class='row'> | ||
<div class='col-md-4'> | ||
<strong> Dataset: </strong> | ||
</div> <!-- /col-md-4 --> |
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.
If you use {# #}
these will be removed before being sent to the user. Not a big deal really just FYI.
|
||
<div class="row"> | ||
<div class="col-md-12"> | ||
<table> |
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.
You can format this and make it look a lot nicer by adding class="table"
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 would fix the download_all_bams.sh script before launching this.
|
||
<div class="row"> | ||
<div class="col-md-12"> | ||
<table> |
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.
Consider adding class="table"
base/templates/download.html
Outdated
|
||
<script> | ||
$(document).ready(function() { | ||
$('#download-link').get(0).click(); |
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.
This is probably a good idea. There is a 'download_bams_script.sh' page that no longer works:
We can either (1) have users request access or (2) allow users to download with a 'requester pays' option setup on GCP. This would allow users to download the data but they would have to pay for the download costs.
write bam_bai download script to cloud bucket
Feature/indel primer
Feature/indel primer
remove jwt-csrf and revise text content
update decrypt key
log exception
use service account to init bucket client
Hotfix/downloads
…n-mti/CeNDR-1 into feature/indel-primer
Version 1.7.0g
Feature/git submodule
Northwestern MTI release