In reply to the previous node........

Ok,

I get the data from either command line or WebPage.
The first script gets the data and passes the information to the next script.
This is not the only script though. Im trying to modulise the processes so that it wont be just the second sript here, but at least two.
Im just trying to get this first part going so i can add the other scripts to the second stage.

At the second stage, dependant on what was entered, either a sequence or two files, the Startup.cgi script will call BlastTool.cgi to run with the two files or run_Remote_Blast.cgi to run with the sequence.

BlastTool.cgi will then execute a series of other modules that filter results, parse the files data, email data, or a host of other things.

run_Remote_Blast.cgi will send the sequence to the BLAST web facilities and then return a file, ready for execution with BlastTool.cgi and its filtering and email functions.

Hows that....

UPDATE: in total there are around 5 scripts called from BlastTool.cgi. I am also going to implement some output to command line so the user can get output that way, need for a six script.


In reply to Re: Executing one script with another by MonkPaul
in thread Executing one script with another by MonkPaul

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.