Hi,
I am trying to align some ChiPSeq data with bowtie2 but i am getting error. I am usin the SystemPipeR package and I am following the instruction of the tutorial. The error that I have is the following:
moduleload(modules(args)) # Skip if a module system is not used Error in system(paste0("bash -c \"module load ", module, "; export | grep '^declare -x ", : 'bash' not found
Thanks for your attention.
Can you provide the link to the tutorial that you are attempting to follow?
Probably this one:
NGS data analysis with R / Bioconductor: ChIP-Seq workflow
Yes, it is the tutorial that I am following
Obrigado para sua ajuda amigo - estava voltando a Europa desde Rio.
Are you using Linux / Mac, or are you using Windows? Are you running on a cluster or workstation? Does your system use the Modules package to manage software availability?
I am using Windows and I am running on workstation. My system doesn't have the Modules package, I am going to try to download this package. Sorry, I am a beginner.
There is no Modules for Windows, as far as I know. And you don't necessarily need to install Modules to run SystemPipeR.
You will have some (likely a lot of) trouble running most bioinformatics software on Windows, unless you install the windows subsystem for linux.