Thanks Finn, It is just what I needed.
Susana 2012/7/26 Finn Bacall <[email protected]>: > Hi Susana, > > The regex ^[^#].* seems to do what you want (make sure to not include > quotation marks). > > [^ ... ] is used for negative matching (easily confused with the start of > line character!). > > In the above case it's used to only match when the first character of the > line is not '#'. > > I attached the workflow with this change. > > -Finn > > > On 26/07/12 10:36, Susana Sanchez Exposito wrote: > > Hello all, > > I work with tables like this: > > # image_path_file b cat CIG mB mBcorr > fbCIG0011_g.fit g CIG0011_g.cat 11 14.800 14.110 > > The header line of the table starts # and the rest of lines are data. > I read the tables line by line, but I need to skip the first line with > the header. I think that I can use the service "Filter List of strings > extracting match to a regex" but I don't find the proper regex > expresion. I tried with "!^#" and "!^#.*" but without success. > > Can you help me? > > I attached the workflow to try and the input. > > Thanks, > Susana. > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > > > _______________________________________________ > taverna-users mailing list > [email protected] > [email protected] > Web site: http://www.taverna.org.uk > Mailing lists: http://www.taverna.org.uk/about/contact-us/ > > > > -- > Finn Bacall > Room 1.17 > School of Computer Science > University of Manchester > http://www.myexperiment.org/ > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > taverna-users mailing list > [email protected] > [email protected] > Web site: http://www.taverna.org.uk > Mailing lists: http://www.taverna.org.uk/about/contact-us/ > -- Susana Sánchez Expósito Instituto de Astrofísica de Andalucía IAA (CSIC) Camino Bajo de Huétor, 50. Granada E-18008 Tel:(+34) 958 121 311 / (+34) 958 230 618 Fax:(+34) 958 814 530 e-mail: [email protected] ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ taverna-users mailing list [email protected] [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/about/contact-us/
