![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Parameters of PaciBio | SOLiDance | Pacific Biosciences | 5 | 11-22-2011 05:00 PM |
CAP3 parameters | BOYD | Bioinformatics | 7 | 07-29-2011 03:43 AM |
bfast default parameters | jy123 | Bioinformatics | 1 | 06-04-2011 09:42 PM |
BFAST bfast.submit.pl configuration | epigen | Bioinformatics | 1 | 03-18-2011 07:51 AM |
Velvet Parameters | Mona | De novo discovery | 5 | 02-15-2010 12:50 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: US Join Date: Apr 2011
Posts: 20
|
![]()
Hi,
I am trying to use the (-T) option in the bfast "match" command to specify the directory to which temporary files will be written instead of the default directory (current directory), but not yet able to do so! I am trying to use the following command: bfast match -f phi.x.174.fa -r reads.phi.x.174.fastq -T '/home/student/bfast/tmpDir' > bfast.matches.file.phi.x.174.bmf and I get this error: In function "BfastMatchValidateInputs": Fatal Error[IllegalPath]. Variable/Value: tmpDir. Message: Command line argument. ***** Exiting due to errors ***** Could anyone please advise on how to specify the "path" in the (-T) option? Thanks in advance. |
![]() |
![]() |
![]() |
#2 |
Nils Homer
Location: Boston, MA, USA Join Date: Nov 2008
Posts: 1,285
|
![]()
Get rid of the apostrophes.
|
![]() |
![]() |
![]() |
#3 |
Member
Location: US Join Date: Apr 2011
Posts: 20
|
![]()
I tried removing the apostrophes, but still getting the same error!
Could you please advise on another solution? Thanks. |
![]() |
![]() |
![]() |
#4 |
Senior Member
Location: Palo Alto Join Date: Apr 2009
Posts: 213
|
![]()
Fix the path to your tmpDir. It's wrong if you're getting that error.
Just did this today with "-T tmp/" and it worked fine. ![]()
__________________
Mendelian Disorder: A blogshare of random useful information for general public consumption. [Blog] Breakway: A Program to Identify Structural Variations in Genomic Data [Website] [Forum Post] Projects: U87MG whole genome sequence [Website] [Paper] |
![]() |
![]() |
![]() |
#5 |
Member
Location: US Join Date: Apr 2011
Posts: 20
|
![]()
Thanks Michael.
I tried with double quotations as you did and added the "/" character at the end of my path and it worked. I have another problem now. I get the following error [at the end of the code below]: Checking input parameters supplied by the user ... Validating fastaFileName phi.x.174.fa. Validating readsFileName reads.phi.x.174.fastq. Validating tmpDir path home/student/bfast-0.6.4f/output/. **** Input arguments look good! ************************************************************ ************************************************************ Printing Program Parameters: programMode: [ExecuteProgram] fastaFileName: phi.x.174.fa mainIndexes [Auto-recognizing] secondaryIndexes [Not Using] readsFileName: reads.phi.x.174.fastq offsets: [Using All] loadAllIndexes: [Not Using] compression: [Not Using] space: [NT Space] startReadNum: 1 endReadNum: 2147483647 keySize: [Not Using] maxKeyMatches: 8 maxNumMatches: 384 whichStrand: [Both Strands] numThreads: 1 queueLength: 250000 tmpDir: home/student/bfast-0.6.4f/output/ timing: [Not Using] ************************************************************ Searching for main indexes... Found 5 index (5 total files). Not using secondary indexes. ************************************************************ Reading in reference genome from phi.x.174.fa.nt.brg. In total read 1 contigs for a total of 5386 bases ************************************************************ Reading reads.phi.x.174.fastq into a temp file. ************************************************************ In function "OpenTmpGZFile": Fatal Error[IllegalFileName]. Variable/Value: home/student/bfast-0.6.4f/output/.bfast.tmp.5OL5Ka. Message: Could not create a tmp file name. ***** Exiting due to errors ***** Any suggestions? Thanks. |
![]() |
![]() |
![]() |
#6 |
Nils Homer
Location: Boston, MA, USA Join Date: Nov 2008
Posts: 1,285
|
![]()
home/student/bfast-0.6.4f/output should be /home/student/bfast-0.6.4f/output (leading slash!)
|
![]() |
![]() |
![]() |
#7 |
Member
Location: cambridge, ma Join Date: Apr 2011
Posts: 13
|
![]()
Hello,
I have the same problem and I am unable to solve them. Checking through various threads, I have done all that I can 1. Make install bfast from github 2. Re-indexed reference file with depth '0' And the script used is the following; bsub -I /tools/bfast/bfast/bfast match -A 1 -t -n 8 -f /solid-v2/Homo_sapiens_assembly19.fasta -T $HOME/tmp/ -r /data/fastq/test.fastq > test.matches.bmf The Error is: Validating tmpDir path /PHShome/us024/tmp/*. ************************************************************ In function "BfastMatchValidateInputs": Fatal Error[IllegalPath]. Variable/Value: tmpDir. Message: Command line argument. ***** Exiting due to errors ***** Any suggestion to resolve this will be very helpful. The tmp dir is my home dir will the requisite permissions. Many thanks Uma |
![]() |
![]() |
![]() |
Thread Tools | |
|
|