[Scriptome-users] script missing on web

Karger, Amir akarger at CGR.Harvard.edu
Thu Oct 14 13:22:09 EDT 2010


Hi, Alejandra.

As you can see if you look at the dates on the page, I haven't had time to maintain the site, let alone add the TODO tools. However, all you need to do is take the existing choose tools and add an exclamation point.

Instead of

if (/\Q$string\E/)

You want it to say

if (! /\Q$string\E/)

and it will choose lines NOT matching the text. (By the way, you can also use the grep command on UNIX/Mac or the find command on Windows. Both have options to select lines not containing text.)

Sorry I  never put the tool up.

-Amir Karger


From: scriptome-users-bounces at bioinformatics.org [mailto:scriptome-users-bounces at bioinformatics.org] On Behalf Of Alejandra Rougon
Sent: Thursday, October 14, 2010 1:15 PM
To: scriptome-users at bioinformatics.org
Subject: [Scriptome-users] script missing on web

Hello, I cannot find the script for: Choose lines NOT containing a given text string (choose_lines_not_matching_text)  in the webpage, can anyone help me?
thanks,
  Alejandra


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.bioinformatics.org/pipermail/scriptome-users/attachments/20101014/42fb3ccb/attachment.html>


More information about the Scriptome-users mailing list