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

problem with running tradis pipeline multiple #30

Open
gaworj opened this issue Jun 23, 2022 · 1 comment
Open

problem with running tradis pipeline multiple #30

gaworj opened this issue Jun 23, 2022 · 1 comment

Comments

@gaworj
Copy link

gaworj commented Jun 23, 2022

Hello,

When I try to run following command using quatradis:

tradis pipeline multiple -v -n 12 -o quatradis_out fastqs_filtered_sizecut_all.txt genome.fa

this error appears:
Traceback (most recent call last):
File "/home/jang/anaconda3/envs/mamba/envs/albatradis/bin/tradis", line 293, in
main()
File "/home/jang/anaconda3/envs/mamba/envs/albatradis/bin/tradis", line 285, in main
args.func(args)
File "/home/jang/anaconda3/envs/mamba/envs/albatradis/bin/tradis", line 202, in run_multiple_pipeline
tradis.run_multi_tradis(args.fastqs, args.reference,
File "/home/jang/anaconda3/envs/mamba/envs/albatradis/lib/python3.9/site-packages/quatradis/tradis.py", line 142, in run_multi_tradis
pipeline = find_pipeline_file()
File "/home/jang/anaconda3/envs/mamba/envs/albatradis/lib/python3.9/site-packages/quatradis/tradis.py", line 101, in find_pipeline_file
if os.path.exists(exe_path):
File "/home/jang/anaconda3/envs/mamba/envs/albatradis/lib/python3.9/genericpath.py", line 19, in exists
os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType

What I'm doing wrong?

The same input files work smoothly in bacteria_tradis.

Bests,
Jan

@sbastkowski
Copy link
Collaborator

Hi Jan, we are aware of this issue and are in the process of fixing it. In the meantime we strongly encouraged to use docker for running the multiple pipeline. I will update you asap on the progress.

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