Skip to content
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

publishDir mode missing in raredisease.config for processes FASTQC and CREATE_PEDIGREE_FILE #583

Closed
irliampa opened this issue Jul 25, 2024 · 1 comment · Fixed by #584
Closed
Labels
bug Something isn't working

Comments

@irliampa
Copy link

irliampa commented Jul 25, 2024

Description of the bug

In conf/modules/raredisease.config, the mode of exporting the created files is missing for the FASTQC and CREATE_PEDIGREE_FILE processes, so no files are exported from the work directory to the results.
A warning is produced, thus the pipeline does not fail. In the respective work directories, the output files are created as expected. Troubleshooting of the .command files revealed an non informative "Operation not supported" error. It looked like symlinks were created, but since the mode was not specified, the file copying over to the results was not successful.

Command used and terminal output

Partial terminal output:

WARN: Failed to publish file: /scratch/raredisease/363412/work/5d/5c3deb665f4db72abc13d9999f0ffe/50000010_T3_1_fastqc.html; to: /persistent/Eirini_Data_transfer/test_full_data/output_040424_A00001_0002_VFDB1B$
WARN: Failed to publish file: /scratch/raredisease/363412/work/5d/5c3deb665f4db72abc13d9999f0ffe/50000010_T3_2_fastqc.html; to: /persistent/Eirini_Data_transfer/test_full_data/output_040424_A00001_0002_VFDB1B$
WARN: Failed to publish file: /scratch/raredisease/363412/work/5d/5c3deb665f4db72abc13d9999f0ffe/50000010_T3_1_fastqc.zip; to: /persistent/Eirini_Data_transfer/test_full_data/output_040424_A00001_0002_VFDB1BG$
WARN: Failed to publish file: /scratch/raredisease/363412/work/5d/5c3deb665f4db72abc13d9999f0ffe/50000010_T3_2_fastqc.zip; to: /persistent/Eirini_Data_transfer/test_full_data/output_040424_A00001_0002_VFDB1BG$
WARN: Failed to publish file: /scratch/raredisease/363412/work/4f/1c98d207715d32f9464e825ea55442/50000009.ped; to: /persistent/Eirini_Data_transfer/test_full_data/output_040424_A00001_0002_VFDB1BGVCF/pedigree$

Relevant files

No response

System information

Nextflow version: 23.10.1
Hardware: HPC
Executor: slurm
Container engine: docker
OS: ubuntu 20.04
Version of nf-core/raredisease: 2.1.0

@irliampa irliampa added the bug Something isn't working label Jul 25, 2024
@irliampa irliampa linked a pull request Jul 25, 2024 that will close this issue
12 tasks
@ramprasadn
Copy link
Collaborator

Closing this as the relevant PR has been merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants