We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm creating this issue to keep track of which records timeout after 220 seconds due to the conversion taking longer than this limit.
The hepdata-converter package should be made more efficient (for example, by resolving HEPData/hepdata-converter#50, HEPData/hepdata-converter#51, HEPData/hepdata-converter#52, #563). A workaround is for a user to run the conversion offline using the provided Docker image hepdata/hepdata-converter-ws where the hepdata-converter package (docs) is provided with all dependencies. For example, after clicking "Download All" then "YAML with resource files" to download the original directory HEPData-ins1740909-v2, conversion to the yoda format can be performed with:
hepdata-converter
hepdata/hepdata-converter-ws
HEPData-ins1740909-v2
yoda
docker run -v $PWD:$PWD -w $PWD --rm -it hepdata/hepdata-converter-ws hepdata-converter -o yoda -r ATLAS_2019_I1740909 -d 10.17182/hepdata.89321.v2 HEPData-ins1740909-v2 HEPData-ins1740909-v2-yoda.yoda
The -o option can be one of yoda, yoda1, csv, root, yaml. The -r option should be omitted unless converting to the yoda or yoda1 format.
-o
yoda, yoda1, csv, root, yaml
-r
yoda1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm creating this issue to keep track of which records timeout after 220 seconds due to the conversion taking longer than this limit.
The
hepdata-converter
package should be made more efficient (for example, by resolving HEPData/hepdata-converter#50, HEPData/hepdata-converter#51, HEPData/hepdata-converter#52, #563). A workaround is for a user to run the conversion offline using the provided Docker imagehepdata/hepdata-converter-ws
where thehepdata-converter
package (docs) is provided with all dependencies. For example, after clicking "Download All" then "YAML with resource files" to download the original directoryHEPData-ins1740909-v2
, conversion to theyoda
format can be performed with:The
-o
option can be one ofyoda, yoda1, csv, root, yaml
. The-r
option should be omitted unless converting to theyoda
oryoda1
format.The text was updated successfully, but these errors were encountered: