File: TemplateProtocol.xml

package info (click to toggle)
pbsuite 15.8.24%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,508 kB
  • sloc: python: 10,988; sh: 152; xml: 21; makefile: 14
file content (13 lines) | stat: -rw-r--r-- 759 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
<jellyProtocol>
    <reference>/FULL/PATH/TO__/PBJelly/data/reference/lambda.fasta</reference>  
    <outputDir>/FULL/PATH/TO__/PBJelly/lambdaExample/</outputDir>
    <cluster>
        <command notes="For single node, multi-core machines" >${CMD} ${JOBNAME} 2> ${STDERR} 1> ${STDOUT} &amp;</command>
        <command notes="For PBS/Moab">echo '${CMD}' | msub -N "${JOBNAME}" -o ${STDOUT} -e ${STDERR} -l nodes=1:ppn=8,mem=48000mb</command>
        <nJobs>1</nJobs>
    </cluster>
    <blasr>--minMatch 8 --sdpTupleSize 8 --minPctIdentity 75 --bestn 1 --nCandidates 10 --maxScore -500 --nproc 8 --noSplitSubreads</blasr>
    <input baseDir="/FULL/PATH/TO__/PBJelly/lambdaExample/data/reads/">
        <job>pacbioReads.fasta</job>
    </input>
</jellyProtocol>