| Directory/File |
Example |
Notes |
/home/YourUserID/YourJobName.oJobNo
/home/YourUserID/YourJobName.eJobNo
/home/YourUserID/iprscan-xxx.oxxxxx
/home/YourUserID/iprscan-xxx.exxxxx
|
/home/userID/growth.e1151902
/home/userID/growth.o1151902
/home/userID/iprscan-2008050.e1269981
/home/userID/iprscan-2008050.o1269981 |
YourJobName is the name specified in the batch script file, beside "#PBS -N".
The JobNo is the number appears right after user submit the job.
If -o option is not given, the summary result not only will appear in 'merged.raw' file (see below) but also in this 'xxx.oJobNo' file. To stop the result from duplicating, include '-o /dev/null' in the command as appeared in sample script above. |
| /data/YourUserID/iprscan-yyyymmdd/ |
/data/userID/iprscan-20080301 |
Automatically created |
| /data/YourUserID/iprscan-yyyymmdd/
iprscan-yyyymmdd-hhmmssxx/ |
/data/YourUserID/iprscan-20080301/
iprscan-20080301-11414247/ |
Subdirectories created based on time stamp the job is submitted if multiple jobs are submitted in the same day. |
| /data/UserID/pxxxxxxxx.res or .log or .fa |
/data/UserID/p1063121154651720535.fa
/data/UserID/p1063121154651720535.log
/data/UserID/p1063121154651720535.res |
These files are temperatory and will be cleaned up automatically
before job finishes. Do not touch or remove these files when the job
is running. |
/data/YourUserID/iprscan-yyyymmdd/
iprscan-yyyymmdd-hhmmssxx/iprscan-
yyyymmdd-hhmmssxx.exitcode |
/data/YourUserID/iprscan-20080301/
iprscan-20080301-11414247/
iprscan-20080301-11414247.exitcode |
File content should be '0' if job runs successfully. However,
.exitcode files under all chunks should be double checked to
confirm. User can go to each chunk_x directory and type 'more
iprscan*.exitcode' to view all the exitcode
files content at once. |
/data/YourUserID/iprscan-yyyymmdd/
iprscan-yyyymmdd-hhmmssxx/
iprscan-yyyymmdd-hhmmssxx.input |
/data/YourUserID/iprscan-20080301/
iprscan-20080301-11414247/
iprscan-20080301-11414247.input |
Input file with sequence format converted to fasta format |
/data/YourUserID/iprscan-yyyymmdd/
iprscan-yyyymmdd-hhmmssxx/
iprscan-yyyymmdd-hhmmssxx.input.inx |
/data/YourUserID/iprscan-20080301/
iprscan-20080301-11414247/
iprscan-20080301-11414247.input.inx |
Binary format of input sequences |
/data/YourUserID/iprscan-yyyymmdd/
iprscan-yyyymmdd-hhmmssxx/
iprscan-yyyymmdd-hhmmssxx.params |
/data/YourUserID/iprscan-20080301/
iprscan-20080301-11414247/
iprscan-20080301-11414247.params |
checksum summary of all the input sequences |
/data/YourUserID/iprscan-yyyymmdd/
iprscan-yyyymmdd-hhmmssxx/
iprscan-yyyymmdd-hhmmssxx.seqs |
/data/YourUserID/iprscan-20080301/
iprscan-20080301-11414247/
iprscan-20080301-11414247.seqs |
Input file with sequences of original format |
/data/YourUserID/iprscan-yyyymmdd/
iprscan-yyyymmdd-hhmmssxx/merged.raw
In addition to merged.raw, it can also be xxx.html or xxx.xml or
xxx.txt depend on the format user specified. |
/data/YourUserID/iprscan-20080301/
iprscan-20080301-11414247/merged.raw
html output sample :

|
Output summary file of all chunks. The format can be merged.raw or
html or xml or txt. |
/data/YourUserID/iprscan-yyyymmdd/
iprscan-yyyymmdd-hhmmssxx/chunk_x/ |
/data/YourUserID/iprscan-20080301/
iprscan-20080301-11414247/chunk_3 |
Directories created for each chunk of sequences which contains output files for each of the 13 applications. |
/data/YourUserID/iprscan-yyyymmdd/
iprscan-yyyymmdd-hhmmssxx/chunk_x/
iprscan-yyyymmdd-hhmmssxx-APP-cnkX.
OUTPUTFILE |
/data/YourUserID/iprscan-20080301/
iprscan-20080301-11414247/chunk_2/
iprscan-20080310-13280403-profilescan-cnk2.
exitcode |
Each application generates 4 output files: .output; .output.inx; .errors; .exitcode. Check all the exitcode output file for each application in each chunk. The content should be '0' in all exitcode files for a successful run. |
/data/YourUserID/iprscan-yyyymmdd/
iprscan-yyyymmdd-hhmmssxx/chunk_x/
iprscan-yyyymmdd-hhmmssxx.nocrc |
/data/YourUserID/iprscan-20080301/
iprscan-20080301-11414247/chunk_2/
iprscan-20080310-13280403.nocrc |
.nocrc file under each chunk_x directory contains the query sequences that do not have a known crc64 according to the match.xml file. Applications will only be launched against these sequences if -nocrc flag is not issued. |
/data/YourUserID/iprscan-yyyymmdd/
iprscan-yyyymmdd-hhmmssxx/chunk_x/
iprscan-yyyymmdd-hhmmssxx.xml
| /data/YourUserID/iprscan-20080301/
iprscan-20080301-11414247/chunk_2/
iprscan-20080310-13280403.xml |
'xxx.xml' file under each chunk_x directory contains the default output result from the search for each chunk. Additional output format can be obtained by changing the command option from -format raw to -format html for example.
To view .html output file, type 'firefox YourFileName.html' |
/data/YourUserID/iprscan-yyyymmdd/
iprscan-yyyymmdd-hhmmssxx/chunk_x/merged.raw |
/data/YourUserID/iprscan-20080301/
iprscan-20080301-11414247/chunk_2/merged.raw |
merged.raw file under each chunk_x directory contains the output in raw format converted from .xml file. |