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

Running into a permission error while running a test data #356

Open
marynjerey opened this issue May 15, 2023 · 1 comment
Open

Running into a permission error while running a test data #356

marynjerey opened this issue May 15, 2023 · 1 comment

Comments

@marynjerey
Copy link

(genome-assembly) [mchege@crcfe01 fastq]$ ~/.conda/envs/genome-assembly/bin/megahit -1 ERR2231568_1.fastqsanger.gz -2 ERR2231568_2.fastqsanger.gz -t 8 --k-min 21 --k-max 91 --k-step 12 -o megahit_result
2023-05-15 06:17:08 - MEGAHIT v1.2.9
2023-05-15 06:17:08 - Using megahit_core with POPCNT and BMI2 support
Traceback (most recent call last):
File "/afs/crc.nd.edu/user/m/mchege/.conda/envs/genome-assembly/bin/megahit", line 1038, in
main()
File "/afs/crc.nd.edu/user/m/mchege/.conda/envs/genome-assembly/bin/megahit", line 988, in main
build_library()
File "/afs/crc.nd.edu/user/m/mchege/.conda/envs/genome-assembly/bin/megahit", line 264, in checked_or_call
func(*args, **kwargs)
File "/afs/crc.nd.edu/user/m/mchege/.conda/envs/genome-assembly/bin/megahit", line 723, in build_library
create_fifo('pe1', i, inpipe_cmd(opt.pe1[i]))
File "/afs/crc.nd.edu/user/m/mchege/.conda/envs/genome-assembly/bin/megahit", line 710, in create_fifo
os.mkfifo(fifo_path)
PermissionError: [Errno 1] Operation not permitted

@mrxuzj
Copy link

mrxuzj commented Sep 18, 2024

Same error. Have you solved this problem?

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

2 participants