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
If the columns of interest in the .map file are cols = [2, 6, 10] as it is the case now, then --missres n with n!=0 breaks create_goVirt.
.map
cols = [2, 6, 10]
--missres n
n!=0
create_goVirt
Needs doublechecking if this flag is now entirely obsolete.
The text was updated successfully, but these errors were encountered:
sebtha
No branches or pull requests
If the columns of interest in the
.map
file arecols = [2, 6, 10]
as it is the case now, then--missres n
withn!=0
breakscreate_goVirt
.Needs doublechecking if this flag is now entirely obsolete.
The text was updated successfully, but these errors were encountered: