You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pipeline description is hard-coded in utils/__main__.py, and that's the only pipeline-specific code in that file -- otherwise the main file would be identical between all our pipelines. We could instead parse nextflow.config for the manifest section and get the description from there.
The text was updated successfully, but these errors were encountered:
The pipeline description is hard-coded in
utils/__main__.py
, and that's the only pipeline-specific code in that file -- otherwise the main file would be identical between all our pipelines. We could instead parsenextflow.config
for the manifest section and get the description from there.The text was updated successfully, but these errors were encountered: