-
Notifications
You must be signed in to change notification settings - Fork 2
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
fastqc_run_parallel.pbs returns sed error #3
Comments
Hi @NJNataren Are you still encountering this error? If so I will look into it from my side sometime today/tomorrow. Nandan |
Hi @nandan75 PBS_O_WORKDIR=/path/to/scripts I have set everything up correctly in terms of directories, but still needed to set the PBS_O_WORKDIR to run the script, then the relative paths worked. Easy fix at least. |
Great good to know. We will try and incorporate the fix in the future version and push it to main branch. regards, Nandan |
This is because the |
Hi
I am having issues running the fastqc_run_parallel.pbs script on Gadi, the job fails when queued and returns the following error. I am working on Ubuntu 22.04.4 LTS.
sed: can't read ./Inputs/fastqc.inputs: No such file or directory
I have run the fastqc_make_input.sh successfully to generate the following within /Inputs/fastqc.inputs:
../Batch_1/ERR204943_2.fastq.gz,../Batch_1/_fastQC,./Logs/fastQC/test/Batch_1/ERR204943_2.log,1,875404
../Batch_1/ERR204943_1.fastq.gz,../Batch_1/_fastQC,./Logs/fastQC/test/Batch_1/ERR204943_1.log,1,857696
It appears that the file in question has the required persmission:
-rwxr-xr-x 1 nn8573 bt64 206 Feb 28 15:41 fastqc.inputs
Any guidance would be appreciated.
The text was updated successfully, but these errors were encountered: