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

XML filename shouldn't be report.xml #129

Open
pslacerda opened this issue May 4, 2022 · 2 comments
Open

XML filename shouldn't be report.xml #129

pslacerda opened this issue May 4, 2022 · 2 comments

Comments

@pslacerda
Copy link

The bug
Other files has the PDB id prefixing the filename like 2v2x_protonated.pdb or 3gjf.pdb but the XML report is named report.xml. It is annoying because overwrites previous runs.

Expected behavior
An unique filename prefixed with the PDB id like 3gsu_report.xml.

@juliaLopanskaia
Copy link

If you use -o name_of_job it will create a folder and put report there

@ShutaoChen97
Copy link

Maybe you can try to change the file name after running the docker command.

For example,

$ docker run --rm \
    -v ${PWD}:/results \
    -w /results \
    -u $(id -u ${USER}):$(id -g ${USER}) \
    pharmai/plip:latest -i 3gsu -vx \
    && mv report.xml 3gsu_report.xml

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

3 participants