[Soaplab-users] attributes with blank and quotes
Brought to you by:
marsenger
From: Sebastien M. <Seb...@un...> - 2008-07-31 11:25:45
|
Hi, I have a list in ACD format from which we can select 1 or several values: list: d [ standard: "Y" template: '-&& "$$ "' minimum: 1 # Multiple db can be selected at the same time values: "nrcrc:non redundant, swiss:SwissProt, swisstrembl:UniProt (SwissProt/TrEMBL), trembl_all:TrEMBL, refseq:RefSeq protein, ipi:IPI ENSEMBL, gp:GenPept, gpupdate:GenPept updates, shuffled:randomized SwissProt" delimiter: ", " codedelimiter: ":" # separator: " " comment: "separator " information: "Peptide database used as target." ] I would like to get -d "swiss gp" in command lines. In fact, how to print quotes around attribute value(s) in command lines ? (back-slash + quote fails) And how to print a blank (a space) between values, as separator ? With this syntax, I get this -d swisstruegp Thus, no visible quotes, and 'true' instead of ' ' between values as separator. Thanks -- Sébastien Moretti SIB EMBnet, Quartier Sorge - Genopode CH-1015 Lausanne, Switzerland Tel.: +41 (21) 692 4056/4221 |