Closed mponcecic closed 1 year ago
Hi Maria,
Thank you for the message. I'm tagging @UBrau, who can hopefully take a look (thanks!).
Best Manu
Hi Manu!
Thank you very much for your fast response. I hope we can find a solution to this issue.
María
Hi Maria,
Would you mind sharing some of the files with me? I would like to see: /vols/GPArkaitz_bigdata/mponce/AC62/02_VAST_TOOLS/Results/VTS_LOG_commands.txt /vols/GPArkaitz_bigdata/mponce/AC62/02_VAST_TOOLS/Results/to_combine/Coverage_key_v2-Mm240.IRQ
and the final /vols/GPArkaitz_bigdata/mponce/AC62/02_VAST_TOOLS/Results/INCLUSION_LEVELS_FULL-...
I can send you an upload link.
Ulrich
Hi Ulrich!
Yes! I can send you the files. Just send me the link and I will upload the files you just asked.
Thanks!
María
Please use https://www.dropbox.com/scl/fo/s13ihdhklhgorj2eqa1tz/h?dl=0&rlkey=iytee6yahvxid1s4hzxk0prkr
Also, please do an ls -l of the _tocombine subfolder.
Hi Ulrich!
Each file is now available in the link. In addition, the output of the ls -l ./to_combine is saved as to_combine_files_and_folders.txt.
Do not hesitate to reach me if you need something else.
Thanks, María
Hi Maria,
It seems that the error happened when a script was started that collects the intron retention information from the different samples into a single table. This script is in R, and it seems your system is trying to interpret it using the bash interpreter, which of course fails and produces the error message line 18: syntax error near unexpected token `(' etc. vast-tools combine then proceeds without the intron retention events, and they are missing in the final output.
Can you verify that you have R installed as per the requirements, and that your system runs the R interpreter when you start an R script, not using
Rscript
but just invoking a script as in
myscript.R -h
and the script has the header line #!/usr/bin/env Rscript
Hi Ulrich,
First of all, sorry for the late replay. I am running vast-tools in a cluster which might be the reason of this environment issue. At this point, we are working together with the cluster technician to solve this problem because we were able to work this program in other cluster without a issue.
I hope we can solve this problem fast.
Best regards, María
Hi Maria,
Thanks for letting us know!
Ulrich
On Jun 6, 2023, at 05:23, mponcecic @.***> wrote:
Hi Ulrich,
First of all, sorry for the late replay. I am running vast-tools in a cluster which might be the reason of this environment issue. At this point, we are working together with the cluster technician to solve this problem because we were able to work this program in other cluster without a issue.
I hope we can solve this problem fast.
Best regards, María
— Reply to this email directly, view it on GitHubhttps://github.com/vastgroup/vast-tools/issues/114#issuecomment-1578277870, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AB4HSWTVAB4I47KMJUCDAB3XJ3ZJTANCNFSM6AAAAAAYSOKZ34. You are receiving this because you were assigned.Message ID: @.***>
Hi Ulrich
I am glad to let you know that we solved the problem! The encoding of the file RI_MakeTablePIR.R was not in UNIX format (LF), instead it was in Windows (CRLF) and the line break was not appropiate. After changing the codification of the file to UNIX format, the cluster was able to run the program without failing. In addition, we add the R source path to the script due to some specifications of the clustes.
Thank you for your fast and detail answers,
Best regards, María Ponce,
Thanks for letting us know!
Hi!
I have recently run vast-align on my RNA-seq data which run perfectly fine. This RNA-seq presents around 65 million reads per sample, is paired end 151 bps and mouse genome was used in this mapping. Afterwards, I run vast-combine and the process was finished but if we take a look at the error file and error turned out. I do believe that this error does not really affects the output of the final table but affects the capability of the vast-combine to arise a syntax error when the commands are not correct, as it is indicated in the RI_MakeTablePIR.R.
My command: ./vast-tools/vast-tools combine -o /vols/GPArkaitz_bigdata/mponce/AC62/02_VAST_TOOLS/Results -sp Mm2 --cores 6 --IR_version 2 --keep_raw_reads --extra_eej 5 -C
Error:
Error file:
Thank you!
María