Skip to content
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

Permission Denied Fasta Format #6

Open
austinjl opened this issue Jun 21, 2018 · 0 comments
Open

Permission Denied Fasta Format #6

austinjl opened this issue Jun 21, 2018 · 0 comments

Comments

@austinjl
Copy link

A bed.gz file is successfully created when I run the code:

$ python SiLiCO.py -i ../NC_002695.fasta -n

However when I pass the -f flag:

$ python SiLiCO.py -i ../NC_002695.fasta -f -n

I am getting permission denied:

Converting simulated BED files to FASTA files... Traceback (most recent call last): File "SiLiCO.py", line 166, in <module> main(sys.argv[1:]) File "SiLiCO.py", line 157, in main convertToFasta(infileName, outfileName) File "/Users/m31237/Desktop/Simulations/SiLiCO/convertToFasta.py", line 20, in convertToFasta b = a.save_seqs(str(nameRoot) + ".fa") File "/Users/m31237/miniconda3/lib/python3.6/site-packages/pybedtools/bedtool.py", line 2414, in save_seqs fout = open(fn, 'w') PermissionError: [Errno 13] Permission denied: '/simulated_read_positions_trial_0.fa'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant