Sponsored Content
Top Forums Programming Question regarding Bash program Post 302860429 by sea on Sunday 6th of October 2013 03:43:44 AM
Old 10-06-2013
Oh the assumption was wrong Smilie

This should do the trick then:
load /server/John/Docking-Studies/Insilico-mod-FC996/docking-FC996-analog/MR1004/test/$f/out_Frog-mol-ryan_ligand_*.pdbq
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

BASH: how to launch a program with parameters

Hi, I'm a pretty big fan of BASH scripting. I've got a bunch I use for random things and lately a couple issues have been plaguing me. Both are somewhat related, in that they deal with filenames with spaces and "escaped" characters and with launching a program with command line arguements... (5 Replies)
Discussion started by: TinCanFury
5 Replies

2. Shell Programming and Scripting

[bash] Run a program many times

Hi I'm running a program many times with differents input. I mean that i run my_prog with some parameters and i wait till the end, then i start again another simulations with some others differents parameters. Is possible to make it automatic with a script bash. Maybe i need some... (2 Replies)
Discussion started by: Dedalus
2 Replies

3. Shell Programming and Scripting

PROGRAM BASH

Hola tengo que hacer un programa en Bash, necesito ayuda porque no me sale y llevo bastante tiempo con esto!! Los cinco directorios que más ocupan, ordenados según tamaño. Para medir el tamaño de cada directorio no debe incluirse el tamaño de sus subdirectorios. Los diez archivos normales que más... (1 Reply)
Discussion started by: danihj
1 Replies

4. Shell Programming and Scripting

Program Bash VERY URGENT

Hello I have to do a program in Bash, need help because it does not go out for me and go enough time with this!! Five directories(boards of directors) that more occupy, arranged according to size. To measure the size of every directory(board of directors) there must not be included the size... (1 Reply)
Discussion started by: danihj
1 Replies

5. Shell Programming and Scripting

Display output bash program

Hello, i have a problem with the output from my bash program. I made this program #!/bin/bash BESTANDEN=$* # Plaatst bestanden in de variabele BESTANDEN TMPFILE=xmlprog.sh.$$.$RANDOM # basisnaam voor tijdelijke bestanden # controller of het programma correct is aangeroepen if then ... (6 Replies)
Discussion started by: dutchspiders
6 Replies

6. Shell Programming and Scripting

Creating Printing Program in bash

HI I am trying to create a bash script to print whatever i type in It has to have these below to define the size of the label and what size to print the text N q609 A100,10,0,5,2,2,N," " P1 It has to be sent to below > /dev/usblp0 So what it has to be is Written... (12 Replies)
Discussion started by: bganse
12 Replies

7. Programming

Putting bash script in C program

suppose i have a bash script: #!/bin/bash echo "hello" echo "how are you" echo "today" how can i put the entire script above into a basic c program? i do not want to translate the bash code to a c code. i want C to run the bash code. is this possible? i found this on the... (15 Replies)
Discussion started by: SkySmart
15 Replies

8. UNIX for Dummies Questions & Answers

Kill a program from bash

to kill a program in bash, for instance 'mousepad' I use kill $(pidof mousepad); or pkill mousepad But it only works if we use another bash window; If it is started from the same bash, that does not work: #mousepad;kill $(pidof mousepad); In this case, it looks like mousepad hangs... (7 Replies)
Discussion started by: arpagon
7 Replies

9. Shell Programming and Scripting

Question regarding whence program

Hi all, In production code, if using the whence command it picks the production file.if I am using the test code file. by using whence command it not picking the file. do you have any idea on this. Whence prodcode it picks the exact path of the prodcode. whence testcode. it... (1 Reply)
Discussion started by: ramkumar15
1 Replies

10. Homework & Coursework Questions

Bash Scripting program

#! /bin/bash # program to creat a backup copy for every deleted file or dierctores mv -t /home/$USER/.local/share/Trash/files $1 rsync -a /home/$USER/.local/share/Trash/files /usr/share/trash didn't work (2 Replies)
Discussion started by: rami-ali
2 Replies
g_x2top(1)					 GROMACS suite, VERSION 4.5.4-dev-20110404-bc5695c					g_x2top(1)

NAME
g_x2top - generates a primitive topology from coordinates VERSION 4.5.4-dev-20110404-bc5695c SYNOPSIS
g_x2top -f conf.gro -o out.top -r out.rtp -[no]h -[no]version -nice int -ff string -[no]v -nexcl int -[no]H14 -[no]alldih -[no]remdih -[no]pairs -name string -[no]pbc -[no]pdbq -[no]param -[no]round -kb real -kt real -kp real DESCRIPTION
g_x2top generates a primitive topology from a coordinate file. The program assumes all hydrogens are present when defining the hybridiza- tion from the atom name and the number of bonds. The program can also make an .rtp entry, which you can then add to the .rtp database. When -param is set, equilibrium distances and angles and force constants will be printed in the topology for all interactions. The equi- librium distances and angles are taken from the input coordinates, the force constant are set with command line options. The force fields somewhat supported currently are: G53a5 GROMOS96 53a5 Forcefield (official distribution) oplsaa OPLS-AA/L all-atom force field (2001 aminoacid dihedrals) The corresponding data files can be found in the library directory with name atomname2type.n2t. Check Chapter 5 of the manual for more information about file formats. By default, the force field selection is interactive, but you can use the -ff option to specify one of the short names above on the command line instead. In that case g_x2top just looks for the corresponding file. FILES
-f conf.gro Input Structure file: gro g96 pdb tpr etc. -o out.top Output, Opt. Topology file -r out.rtp Output, Opt. Residue Type file used by pdb2gmx OTHER OPTIONS
-[no]hno Print help info and quit -[no]versionno Print version info and quit -nice int 0 Set the nicelevel -ff string oplsaa Force field for your simulation. Type "select" for interactive selection. -[no]vno Generate verbose output in the top file. -nexcl int 3 Number of exclusions -[no]H14yes Use 3rd neighbour interactions for hydrogen atoms -[no]alldihno Generate all proper dihedrals -[no]remdihno Remove dihedrals on the same bond as an improper -[no]pairsyes Output 1-4 interactions (pairs) in topology file -name string ICE Name of your molecule -[no]pbcyes Use periodic boundary conditions. -[no]pdbqno Use the B-factor supplied in a .pdb file for the atomic charges -[no]paramyes Print parameters in the output -[no]roundyes Round off measured values -kb real 400000 Bonded force constant (kJ/mol/nm2) -kt real 400 Angle force constant (kJ/mol/rad2) -kp real 5 Dihedral angle force constant (kJ/mol/rad2) KNOWN PROBLEMS
- The atom type selection is primitive. Virtually no chemical knowledge is used - Periodic boundary conditions screw up the bonding - No improper dihedrals are generated - The atoms to atomtype translation table is incomplete ( atomname2type.n2t file in the data directory). Please extend it and send the results back to the GROMACS crew. SEE ALSO
gromacs(7) More information about GROMACS is available at <http://www.gromacs.org/>. Mon 4 Apr 2011 g_x2top(1)
All times are GMT -4. The time now is 06:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy