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
Workaround for end-users: Modify the dataset names of the inputs so that each is distinct. Pencil icon > Edit Attributes > first tab > Name > edit and save.
Workaround for end-users:
Modify the dataset names of the inputs so that each is distinct. Pencil icon > Edit Attributes > first tab > Name > edit and save.
Tool MultiQC aggregate results from bioinformatics analyses into a single report (Galaxy Version 1.8+galaxy1)
MultiQC aggregate results from bioinformatics analyses into a single report (Galaxy Version 1.8+galaxy1)
Problem: When two or more inputs have the same dataset name/label, the tool fails when creating symlinks for the job.
This is a common use case: Same inputs, different parameters = same output names but different content == want to compare results and cannot
stderr ln: failed to create symbolic link ‘multiqc_WDir/star_0/log_0/RNA STAR on data 1_ data 3_ and data 2_ log_Log.final.out’: File exists
Test at ORG (fails): https://usegalaxy.org/u/jen-galaxyproject/h/test-multiqc-star-log Test at EU (works): https://usegalaxy.eu/u/jenj/h/test-multiqc-star-log
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Tool
MultiQC aggregate results from bioinformatics analyses into a single report (Galaxy Version 1.8+galaxy1)Problem: When two or more inputs have the same dataset name/label, the tool fails when creating symlinks for the job.
This is a common use case: Same inputs, different parameters = same output names but different content == want to compare results and cannot
stderr
ln: failed to create symbolic link ‘multiqc_WDir/star_0/log_0/RNA STAR on data 1_ data 3_ and data 2_ log_Log.final.out’: File exists
Test at ORG (fails): https://usegalaxy.org/u/jen-galaxyproject/h/test-multiqc-star-log
Test at EU (works): https://usegalaxy.eu/u/jenj/h/test-multiqc-star-log
The text was updated successfully, but these errors were encountered: