-
Notifications
You must be signed in to change notification settings - Fork 7
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
rnbeads_analysis.py execution halted #16
Comments
I think it i because the output directory
/tmp//BSgenome.Scabina.NIOO.v0.1/inst/extdata
does not exist. Probably this directory needs to be specified... I will
look into it in more detail shortly
Met vriendelijke Groet,
Thomas van Gurp
…On Tue, Nov 7, 2017 at 4:20 PM, FleurGaBru ***@***.***> wrote:
I try to run the following code:
python2 epiGBS/RnBeads/rnbeads_analysis.py \
add_and_analysis \
-f ./output_DMP_Scabi/ref.fa \
-b ./output_DMP_Scabi/methylation.filtered.bed \
-sf Scabi.csv \
-tmp /tmp/ \
-s Scabi \
-g na \
-v 0.1 \
-ac na \
-mr 3 \
--context CHH
Before execution I installed the BSgenome package using conda:
conda install bioconductor-bsgenome
I get the following error (for the full terminal output please check the
attached file:
Traceback (most recent call last):
File "epiGBS/RnBeads/rnbeads_analysis.py", line 733, in <module>
main()
File "epiGBS/RnBeads/rnbeads_analysis.py", line 65, in main
forge_script = forge_genome_file(description, args)
File "epiGBS/RnBeads/rnbeads_analysis.py", line 502, in forge_genome_file
run_subprocess(command, log_message) # Runs the appended template script.
File "epiGBS/RnBeads/rnbeads_analysis.py", line 134, in run_subprocess
raise Exception('R script returned error\n%s' % stderr)
Exception: R script returned error
During startup - Warning message:
Setting LC_CTYPE failed, using "C"
Error in .copySeqFile(seqfile_name, seqs_srcdir, seqs_destdir, verbose = verbose) :
FAILED
Calls: forgeBSgenomeDataPkg ... forgeBSgenomeDataPkg -> forgeSeqFiles -> .copySeqFile
In addition: Warning message:
In file.create(to[okay]) :
cannot create file '/tmp//BSgenome.Scabina.NIOO.v0.1/inst/extdata/single_sequences.2bit', reason 'No such file or directory'
Execution halted
I can see that the output.2bit file does not exist (but output.fasta and
output.bed do). Manually I can make the file by
/mnt/nfs/bioinfdata/home/NIOO/fleurg/projects/epiGBS_workshop/epiGBS/RnBeads/templates/faToTwoBit_linux /tmp/output.fasta /tmp/output.2bit
But when executing the python script the output.2bit file will disappear
again.
Can you help fixing this issue?
temp.txt <https://github.com/thomasvangurp/epiGBS/files/1450515/temp.txt>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#16>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABOacg_mj82KtozKo3a5WfYO1lclu7hUks5s0HVAgaJpZM4QU89r>
.
|
/tmp/BSgenome.Scabina.NIOO.v0.1 does exist. I tried to add inst/extdata manually but that dit not solve the problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I try to run the following code:
Before execution I installed the BSgenome package using conda:
I get the following error (for the full terminal output please check the attached file:
I can see that the output.2bit file does not exist (but output.fasta and output.bed do). Manually I can make the file by
But when executing the python script the output.2bit file will disappear again.
Can you help fixing this issue?
temp.txt
The text was updated successfully, but these errors were encountered: