Previous changeset 5:c711ca9a7f4c (2015-06-05) Next changeset 7:d74a601111f2 (2015-06-05) |
Commit message:
Uploaded |
modified:
ITSx.xml |
b |
diff -r c711ca9a7f4c -r 8a6312fa4633 ITSx.xml --- a/ITSx.xml Fri Jun 05 11:10:49 2015 -0400 +++ b/ITSx.xml Fri Jun 05 11:14:25 2015 -0400 |
b |
@@ -6,6 +6,13 @@ <command interpreter="perl"> ITSx -i $input --detailed_results T -N $domain_num --cpu ${NSLOTS} $preserve $reset + #if "${NSLOTS}"=="": + --cpu=4 + #else: + --cpu="${NSLOTS}" + #end if + + </command> <requirements> <requirement type="package" version="3.1b1">hmmer</requirement> |