-
Notifications
You must be signed in to change notification settings - Fork 76
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
Change container for sra_ids_to_runinfo.nf process #14
Conversation
|
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 👍
@@ -10,11 +10,11 @@ process SRA_IDS_TO_RUNINFO { | |||
mode: params.publish_dir_mode, | |||
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), meta:[:], publish_by_meta:[]) } | |||
|
|||
conda (params.enable_conda ? "conda-forge::requests=2.24.0" : null) | |||
conda (params.enable_conda ? "conda-forge::sed=4.7" : null) |
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.
Are these the same containers (conda vs. biocontainers) ? Couldn't we use the same container as in the multiqc process (quay.io/biocontainers/python:3.8.3)?
I guess that the answers is not but... 😜
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.
Nope, unfortunately not because it doesn't have requests
installed 😏
Closes #12
--sample_mapping_fields
parameter to create a separatemappings.tsv
andmultiqc_config.yml
file with selected fields that can be used to rename samples in general and in MultiQC