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

convert xml failed #1

Closed
duqiyao opened this issue Feb 15, 2023 · 3 comments
Closed

convert xml failed #1

duqiyao opened this issue Feb 15, 2023 · 3 comments

Comments

@duqiyao
Copy link

duqiyao commented Feb 15, 2023

Hello, teacher, when I run the GitHub command, the following error occurs and I can't find the relevant solution on the Internet, so please help to check it, thank you
nohup python /data/software/PhaBOX-main/main.py --contigs final-viral-combined-for-dramv.fa --threads 8 --len 1000 --rootpth simple_test --out out/ --dbdir database/ --parampth parameters/ &

blastxml_to_tabular.py -o simple_test/midfolder//phamer_results.tab -c qseqid,sseqid,pident,length,mismatch,gapopen,qstart,qend,sstart,send,evalue simple_test/midfolder//phamer_results.xml
convert xml failed

@KennthShang
Copy link
Owner

Did you follow the guidelines and place the file into the right place:

# move the script to where the conda located
cp blastxml_to_tabular.py {path_to_conda}/envs/phabox/bin/blastxml_to_tabular.py
chmod 777 {path_to_conda}/envs/phabox/bin/blastxml_to_tabular.py

you can try to run the command below:

blastxml_to_tabular.py

to see whether the python script is executable.

@duqiyao
Copy link
Author

duqiyao commented Feb 16, 2023 via email

@KennthShang
Copy link
Owner

good to know

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