-
Notifications
You must be signed in to change notification settings - Fork 10
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
quoting filenames in windows (ami-search-new) #87
Labels
documentation
document possible bugs
Comments
sir keep the name of sub-folder as a single word. Else the path will get broken.
|
Yes. I think we should develop a special directory for dictionaries - this
was the plan.
…On Sun, Mar 3, 2019 at 11:26 AM Ambarish Kumar ***@***.***> wrote:
sir keep the name of sub-folder as a single word. Else the path will get
broken.
e.g - D:\TIGRESSworkshop\dictionaries\drought.xml
or
D:\TIGRESS_workshop\dictionaries\drought.xml
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#87 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAsxS8t2hjkrwuUcHCk4XFVyxRWKRl4Xks5vS7F3gaJpZM4bYxCr>
.
--
Peter Murray-Rust
Founder ContentMine.org
and
Reader Emeritus in Molecular Informatics
Dept. Of Chemistry, University of Cambridge, CB2 1EW, UK
|
Here's a StackOverflow that suggests you can escape spaces with a caret:
https://superuser.com/questions/279008/how-do-i-escape-spaces-in-command-line-in-windows-without-using-quotation-marks/279121
But it's a mess which is why `ami-makeproject` flattens all filenames to
lowercase and all punctuation to `_`.
On Sun, Mar 3, 2019 at 11:46 AM Peter Murray-Rust <
[email protected]> wrote:
… Yes. I think we should develop a special directory for dictionaries - this
was the plan.
On Sun, Mar 3, 2019 at 11:26 AM Ambarish Kumar ***@***.***>
wrote:
> sir keep the name of sub-folder as a single word. Else the path will get
> broken.
>
> e.g - D:\TIGRESSworkshop\dictionaries\drought.xml
>
> or
>
> D:\TIGRESS_workshop\dictionaries\drought.xml
>
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#87 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAsxS8t2hjkrwuUcHCk4XFVyxRWKRl4Xks5vS7F3gaJpZM4bYxCr>
> .
>
--
Peter Murray-Rust
Founder ContentMine.org
and
Reader Emeritus in Molecular Informatics
Dept. Of Chemistry, University of Cambridge, CB2 1EW, UK
--
Peter Murray-Rust
Founder ContentMine.org
and
Reader Emeritus in Molecular Informatics
Dept. Of Chemistry, University of Cambridge, CB2 1EW, UK
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
commands which include full filenames cause parsing problems. e.g.
At least the following problems:
how do we quote this in the Windows shell?
The text was updated successfully, but these errors were encountered: