-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Implement data request tracking #3387
Conversation
Add a command that gathers/shows stats based on a accession code list. The areas of interest include attempted/available experiments (total and broken down by source) as well as attempted/available samples (total and broken down by source). The total number of jobs created includes all job types.
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.
Looking good, could we just add support for s3:// urls
foreman/data_refinery_foreman/foreman/management/commands/track_data_request.py
Outdated
Show resolved
Hide resolved
foreman/data_refinery_foreman/foreman/management/commands/track_data_request.py
Outdated
Show resolved
Hide resolved
foreman/data_refinery_foreman/foreman/management/commands/track_data_request.py
Outdated
Show resolved
Hide resolved
foreman/data_refinery_foreman/foreman/management/commands/track_data_request.py
Outdated
Show resolved
Hide resolved
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've updated PR based on your comments, PTAL
foreman/data_refinery_foreman/foreman/management/commands/track_data_request.py
Outdated
Show resolved
Hide resolved
foreman/data_refinery_foreman/foreman/management/commands/track_data_request.py
Outdated
Show resolved
Hide resolved
foreman/data_refinery_foreman/foreman/management/commands/track_data_request.py
Outdated
Show resolved
Hide resolved
foreman/data_refinery_foreman/foreman/management/commands/track_data_request.py
Outdated
Show resolved
Hide resolved
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.
LGTM
Issue Number
#3361
Purpose/Implementation Notes
Add a command that gathers/shows stats based on a accession code list.
The areas of interest include attempted/available experiments (total and broken down by source) as well as attempted/available samples (total and broken down by source).
The total number of jobs created includes all job types.
Types of changes
Checklist