Skip to content

Score file not getting generated even after successful run #76

Discussion options

You must be logged in to vote

First off, -out:path is a namespace that's used to control directories for output. But that's typically only for when you're outputting multiple files. If there's a single file associated with your output, it's usually the -out:file option (e.g. -out:file:scorefile) that is used. -- just omit the -out:path:scorefile

The other thing to keep in mind is that Rosetta will typically not create directories if it doesn't already exist. So if you have -out:file:scorefile output_files/score.sc, then the directory output_files/ (relative to the running directory) must already exist. If you want to use my_output_score/ as the directory instead, try -out:file:scorefile my_output_score/my_score.sc -- …

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@intomybioverse
Comment options

@roccomoretti
Comment options

Answer selected by ajasja
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants