comparison ITSx.xml @ 7:d74a601111f2 draft

Uploaded
author okorol
date Fri, 05 Jun 2015 11:17:23 -0400
parents 8a6312fa4633
children 88ea67da0d99
comparison
equal deleted inserted replaced
6:8a6312fa4633 7:d74a601111f2
3 <description> 3 <description>
4 ITSx -- Identifies ITS sequences and extracts the ITS region 4 ITSx -- Identifies ITS sequences and extracts the ITS region
5 </description> 5 </description>
6 6
7 <command interpreter="perl"> 7 <command interpreter="perl">
8 ITSx -i $input --detailed_results T -N $domain_num --cpu ${NSLOTS} $preserve $reset 8 ITSx -i $input --detailed_results T -N $domain_num $preserve $reset
9 #if "${NSLOTS}"=="": 9 #if "${NSLOTS}"=="":
10 --cpu=4 10 --cpu=4
11 #else: 11 #else:
12 --cpu="${NSLOTS}" 12 --cpu="${NSLOTS}"
13 #end if 13 #end if