We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e9970f + d3614d8 commit 2f00ddbCopy full SHA for 2f00ddb
app/models/workflow_configuration.rb
@@ -57,7 +57,7 @@ def perform
57
reference_workspace = AdminConfiguration.find_by(config_type: 'Reference Data Workspace')
58
ref_namespace, ref_workspace = reference_workspace.value.split('/')
59
reference_attributes = Study.firecloud_client.get_workspace(ref_namespace, ref_workspace)['workspace']['attributes']
60
- case inputs['transcriptomeTarGz']
+ case inputs['cellranger']['transcriptomeTarGz']
61
when 'GRCh38'
62
configuration['inputs']['cellranger.transcriptomeTarGz'] = "\"#{reference_attributes['cell_ranger_human_ref']}\""
63
when 'mm10'
0 commit comments