Hi Henry,
Thanks for using 3DNA. I fully understand how frustrated it could be to get a new software system up and running, and you are welcome to ask any 3DNA-related questions in the forum.
The Ruby scripts
may be useful if you are using AMBER for MD simulations. For building general sequence single strand RNA structures, the recent post "
building a ssDNA" may help. Run also "fiber -m" to see all available fiber RNA models.
Regarding the specific problem you have with running the Ruby script '[mono:1bnxcgla][red:1bnxcgla]x3dna_md.rb[/red:1bnxcgla][/mono:1bnxcgla]':
[pre:1bnxcgla]3DNA settings error: can't execute C:/MinGW/msys/1.0/home/bshcf/X3DNA/bin/analyze[/pre:1bnxcgla]
It is likely due to line #425:
[pre:1bnxcgla]fatal("3DNA setting error: can't execute #{x}") unless File.executable?("#{x}")[/pre:1bnxcgla]
change it to (i.e., by adding [mono:1bnxcgla][red:1bnxcgla].exe[/red:1bnxcgla][/mono:1bnxcgla] at the end since you are using MinGW)
[pre:1bnxcgla]fatal("3DNA setting error: can't execute #{x}") unless File.executable?("#{x}[red:1bnxcgla].exe[/red:1bnxcgla]")[/pre:1bnxcgla]
Have a try, and report back how it goes.
Generally speaking, the best way to get started with 3DNA is by reading the 2008 3DNA
Nature Protocols paper, and working out the recipes.
HTH,
Xiang-Jun
[hr:1bnxcgla][/hr:1bnxcgla]
Since this thread is becoming too long, please start a new one with a specific Subject line.