-
Notifications
You must be signed in to change notification settings - Fork 23
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
Error in rule run_salmon_fq #74
Comments
Dear hyunhwan-jeong,
Thanks. |
Hi hyunhwan-jeong, when I used the command appeared in error message like following A newer version of salmon with important bug fixes and improvements is available.The newest version, available at https://github.com/COMBINE-lab/salmon/releases Sign up for the salmon mailing list to hear about new versions, features and updates at: all 1 1 1 2023-07-20 13:12:33,553 Job stats: all 1 1 1 Select jobs to execute... |
Hi, I am trying to use
SalmonTE.py quant --reference=hs example
, but I faced a problem like below. Could you suggest a solution? I triedbrew install tbb
, but I still have.`SalmonTE.py quant --reference=hs example
2023-05-09 19:37:29,530 Starting quantification mode
2023-05-09 19:37:29,530 Collecting FASTQ files...
2023-05-09 19:37:29,530 SalmonTE assumes that 'example' is a directory, and SalmonTE will search any FASTQ file in the directory.
2023-05-09 19:37:29,539 The input dataset is considered as a paired-ends dataset.
2023-05-09 19:37:29,540 Collected 4 FASTQ files.
2023-05-09 19:37:29,540 Quantification has been finished.
2023-05-09 19:37:29,540 Running Salmon using Snakemake
Building DAG of jobs...
2023-05-09 19:37:30,474 Building DAG of jobs...
Using shell: /bin/bash
2023-05-09 19:37:30,514 Using shell: /bin/bash
Provided cores: 1 (use --cores to define parallelism)
2023-05-09 19:37:30,514 Provided cores: 1 (use --cores to define parallelism)
Rules claiming more threads will be scaled down.
2023-05-09 19:37:30,514 Rules claiming more threads will be scaled down.
Job stats:
job count min threads max threads
all 1 1 1
collect_abundance 1 1 1
collect_mappability 1 1 1
run_salmon_fq 4 1 1
total 7 1 1
2023-05-09 19:37:30,521 Job stats:
job count min threads max threads
all 1 1 1
collect_abundance 1 1 1
collect_mappability 1 1 1
run_salmon_fq 4 1 1
total 7 1 1
Select jobs to execute...
2023-05-09 19:37:30,521 Select jobs to execute...
/bin/bash: line 1: 12314 Abort trap: 6 /Users/yoshiakisato/SalmonTE/salmon/darwin/bin/salmon quant -q -i /Users/yoshiakisato/SalmonTE/reference/hs -l A -1 /var/folders/pv/zvpnvfk901qdw74sqzy8vg7r0000gn/T/tmpekehwfec/CTRL_2_R1.fastq -2 /var/folders/pv/zvpnvfk901qdw74sqzy8vg7r0000gn/T/tmpekehwfec/CTRL_2_R2.fastq -o /Users/yoshiakisato/SalmonTE/SalmonTE_output/CTRL_2 -p 4 2> /dev/null
[Tue May 9 19:37:30 2023]
2023-05-09 19:37:30,745 [Tue May 9 19:37:30 2023]
Error in rule run_salmon_fq:
jobid: 4
input: /Users/yoshiakisato/SalmonTE/reference/hs, /var/folders/pv/zvpnvfk901qdw74sqzy8vg7r0000gn/T/tmpekehwfec/CTRL_2_R1.fastq, /var/folders/pv/zvpnvfk901qdw74sqzy8vg7r0000gn/T/tmpekehwfec/CTRL_2_R2.fastq
output: /Users/yoshiakisato/SalmonTE/SalmonTE_output/CTRL_2
shell:
/Users/yoshiakisato/SalmonTE/salmon/darwin/bin/salmon quant -q -i /Users/yoshiakisato/SalmonTE/reference/hs -l A -1 /var/folders/pv/zvpnvfk901qdw74sqzy8vg7r0000gn/T/tmpekehwfec/CTRL_2_R1.fastq -2 /var/folders/pv/zvpnvfk901qdw74sqzy8vg7r0000gn/T/tmpekehwfec/CTRL_2_R2.fastq -o /Users/yoshiakisato/SalmonTE/SalmonTE_output/CTRL_2 -p 4 2>/dev/null
(one of the commands exited with non-zero exit code; note that snakemake uses bash strict mode!)
2023-05-09 19:37:30,745 Error in rule run_salmon_fq:
jobid: 4
input: /Users/yoshiakisato/SalmonTE/reference/hs, /var/folders/pv/zvpnvfk901qdw74sqzy8vg7r0000gn/T/tmpekehwfec/CTRL_2_R1.fastq, /var/folders/pv/zvpnvfk901qdw74sqzy8vg7r0000gn/T/tmpekehwfec/CTRL_2_R2.fastq
output: /Users/yoshiakisato/SalmonTE/SalmonTE_output/CTRL_2
shell:
/Users/yoshiakisato/SalmonTE/salmon/darwin/bin/salmon quant -q -i /Users/yoshiakisato/SalmonTE/reference/hs -l A -1 /var/folders/pv/zvpnvfk901qdw74sqzy8vg7r0000gn/T/tmpekehwfec/CTRL_2_R1.fastq -2 /var/folders/pv/zvpnvfk901qdw74sqzy8vg7r0000gn/T/tmpekehwfec/CTRL_2_R2.fastq -o /Users/yoshiakisato/SalmonTE/SalmonTE_output/CTRL_2 -p 4 2>/dev/null
(one of the commands exited with non-zero exit code; note that snakemake uses bash strict mode!)
Shutting down, this might take some time.
2023-05-09 19:37:30,746 Shutting down, this might take some time.
Exiting because a job execution failed. Look above for error message
2023-05-09 19:37:30,747 Exiting because a job execution failed. Look above for error message
Complete log: .snakemake/log/2023-05-09T193729.706500.snakemake.log
2023-05-09 19:37:30,747 Complete log: .snakemake/log/2023-05-09T193729.706500.snakemake.log
Traceback (most recent call last):
File "/Users/yoshiakisato/SalmonTE/SalmonTE.py", line 293, in
run(args)
File "/Users/yoshiakisato/SalmonTE/SalmonTE.py", line 244, in run
run_salmon(param)
File "/Users/yoshiakisato/SalmonTE/SalmonTE.py", line 157, in run_salmon
with open(os.path.join(param["--outpath"], "EXPR.csv" ), "r") as inp:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/yoshiakisato/SalmonTE/SalmonTE_output/EXPR.csv'`
The text was updated successfully, but these errors were encountered: