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

rgt-hint differential Error #285

Open
nihenniuwa opened this issue Oct 8, 2024 · 0 comments
Open

rgt-hint differential Error #285

nihenniuwa opened this issue Oct 8, 2024 · 0 comments

Comments

@nihenniuwa
Copy link

When I run the rgt-hintdifferential, there are the following errors, how to solve them?

signal generation is done!

generating line plot for each motif...

multiprocessing.pool.RemoteTraceback:

"""

Traceback (most recent call last):

File "/home/rui/miniconda3/lib/python3.9/multiprocessing/pool.py", line 125, in worker

result = (True, func(*args, **kwds))

File "/home/rui/miniconda3/lib/python3.9/multiprocessing/pool.py", line 48, in mapstar

return list(map(*args))

File "/home/rui/miniconda3/lib/python3.9/site-packages/rgt/HINT/DifferentialAnalysis.py", line 506, in output_line_plot

with open(output_filename, "w") as f:

OSError: [Errno 22] Invalid argument: './DiffFootprinting/Lineplots/MA1128.1.FOSL1::JUN.txt'

"""

The above exception was the direct cause of the following exception:

Traceback (most recent call last):

File "/home/rui/miniconda3/bin/rgt-hint", line 8, in

sys.exit(main())

File "/home/rui/miniconda3/lib/python3.9/site-packages/rgt/HINT/Main.py", line 95, in main

args.func(args)

File "/home/rui/miniconda3/lib/python3.9/site-packages/rgt/HINT/DifferentialAnalysis.py", line 258, in diff_analysis_run

pool.map(output_line_plot, arguments_list)

File "/home/rui/miniconda3/lib/python3.9/multiprocessing/pool.py", line 364, in map

return self._map_async(func, iterable, mapstar, chunksize).get()

File "/home/rui/miniconda3/lib/python3.9/multiprocessing/pool.py", line 771, in get

raise self._value

OSError: [Errno 22] Invalid argument: './DiffFootprinting/Lineplots/MA1128.1.FOSL1::JUN.txt'
I returned the same error when I ran the sample file.

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