• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Unix program wrapper problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unix program wrapper problem


  • Subject: Re: Unix program wrapper problem
  • From: Andreas Färber <email@hidden>
  • Date: Fri, 03 Feb 2006 23:30:32 +0100

Hi,

> '/Blast/bin/blastall -p blastn -d ecoli.nt -i test.txt -o out.txt'
>
[...]
> 	//Set up an array for passing the arguments to the blastall command
> 	NSMutableArray *blastArgs=[NSMutableArray array];
> 	[blastArgs addObject:@"-p blastn"];
> 	[blastArgs addObject:@"-d ecoli.nt"];
> 	[blastArgs addObject:@"-i test.txt"];
> 	[blastArgs addObject:@"-o testout.txt"];
>
Wildly guessing here: Maybe -p, -d etc. need to be individual array
elements, otherwise it would be the same as blastall "-p blastn" "-d ...".

HTH,

Andreas
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Unix program wrapper problem (From: email@hidden)

  • Prev by Date: Toolbar with unifier toolbar/title bug?
  • Next by Date: Re: Unix program wrapper problem
  • Previous by thread: Unix program wrapper problem
  • Next by thread: Re: Unix program wrapper problem
  • Index(es):
    • Date
    • Thread