This is a test version of Biostars. For the public version, visit https://www.biostars.org.
fastqc permissions

I'm using a m1 Mac and I've installed fastqc using homebrew and also from the official website https://www.bioinformatics.babraham.ac.uk/projects/fastqc/ but I'm not able to run the command line(./fastqc) on terminal this is the output I get zsh: permission denied: ./fastqc and my fastqc does not show file option to upload the fastq files

what do I need to do to run fastqc successfully?

fastqc

1 answer

chmod +x fastqc

?

yes it works perfectly thank you

Log in to answer this question.