For my university, the way to download multiqc is: singularity exec --cleanenv /n/singularity_images/informatics/multiqc/multiqc_1.9.sif multiqc
Singularity is installed. When I type this into my command line, I'm getting Error: Missing argument '<analysis directory>'.
Can someone please help me rewrite the scirpt, so that multiqc can be installed?
Phil Ewels Can you explain what you mean/give an example of <path/to/files>. I am new to coding and am now getting a -bash: singularity: command not found error
Probably you have to load some module first, no?
<path/to/files>is the directory which has the result files you are trying to summarize withmultiqc. Provide actual path on your server. If you are running this from the directory where the files are then simply add a.(period) to indicate that.Yup - see docs here: https://multiqc.info/docs/
singularity exec --cleanenv /n/singularity_images/informatics/multiqc/multiqc_1.9.sif multiqc .
does not work...still can't download.
That does not give us much to work with.
singularity exec --cleanenv /n/singularity_images/informatics/multiqc/multiqc_1.9.sif multiqc .will ONLY work, if you are in the directory where the result files are. There is nothing to "download" at this point.Do you see "in-line" help if you run:
You should see a long thing that starts with