-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update samples and cleanup unused #284
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
- workflow_id: d6d3c2119c4849e4 | ||
output_history_base_name: RNA-seq | ||
reference_data: | ||
- name: Reference Transcript (FASTA) | ||
dataset_id: 50a269b7a99356aa | ||
runs: | ||
- history_name: 1 | ||
inputs: | ||
- name: FASTQ RNA Dataset | ||
dataset_id: 28fa757e56346a34 | ||
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. should dataset_ids correspond with datasets.yml in the samples folder? 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. No. The
|
||
- history_name: 2 | ||
inputs: | ||
- name: FASTQ RNA Dataset | ||
dataset_id: 1faa2d3b2ed5c436 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
name: Benchmarking DNA | ||
runs: 3 | ||
workflow_conf: | ||
- benchmarks/example.yml | ||
- benchmarks/dna-named.yml | ||
- benchmarks/rna-named.yml | ||
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. benchmark samples need to be updated |
||
cloud: | ||
- iu2 | ||
job_configs: | ||
- rules/4x8.yml | ||
- rules/8x16.yml | ||
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. rule files need sample content 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. And probably more explanation as the format of the files will depend on what chart was used to install Galaxy. Since GalaxyKubeman installs Galaxy as a dependent chart there is a top level I will also give some thought to rewriting this section. For the cloud costs we only update TPV rules, but any values from the Chart can be specified and updated here. |
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.
the current profile.yml does not seem to contain a list of all Galaxy instances as mentioned in the readme.