You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
Could you please help me with the following issue:
When I run the Snakemake pipeline it give me an error:
"rule bwa_index_refgenome:
input: results/refgenome/Tb.rg.fa
output: results/refgenome/Tb.rg.fa.bwt
log: results/logs/results/refgenome/Tb.rg.fa.bwt.log
jobid: 2
benchmark: results/benchmarks/results/refgenome/Tb.rg.fa.bwt.bench.txt
reason: Missing output files: results/refgenome/Tb.rg.fa.bwt
wildcards: refgenome_id=Tb
resources: tmpdir=/tmp
"
I don't understand why I don't have Tb.rg.fa.bwt file. What did I do wrong?
Thank you.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello!
Could you please help me with the following issue:
When I run the Snakemake pipeline it give me an error:
"rule bwa_index_refgenome:
input: results/refgenome/Tb.rg.fa
output: results/refgenome/Tb.rg.fa.bwt
log: results/logs/results/refgenome/Tb.rg.fa.bwt.log
jobid: 2
benchmark: results/benchmarks/results/refgenome/Tb.rg.fa.bwt.bench.txt
reason: Missing output files: results/refgenome/Tb.rg.fa.bwt
wildcards: refgenome_id=Tb
resources: tmpdir=/tmp
"
I don't understand why I don't have Tb.rg.fa.bwt file. What did I do wrong?
Thank you.
The text was updated successfully, but these errors were encountered: