Mercurial > repos > mkh > ips5
comparison interproscan5/ips5.xml @ 1:e2d4343d73ad draft
Minor fixes.
author | mkh |
---|---|
date | Fri, 29 Jan 2016 18:07:17 -0500 |
parents | fe8e43a26870 |
children | d1d34608dba0 |
comparison
equal
deleted
inserted
replaced
0:fe8e43a26870 | 1:e2d4343d73ad |
---|---|
9 <requirement type="set_environment">INTERPROSCAN_SCRIPT_PATH</requirement> | 9 <requirement type="set_environment">INTERPROSCAN_SCRIPT_PATH</requirement> |
10 </requirements> | 10 </requirements> |
11 | 11 |
12 <command> | 12 <command> |
13 #import os | 13 #import os |
14 | 14 echo "Start timestamp: $(date)"; |
15 \$IPS_HOME/interproscan.sh | 15 \$IPS_HOME/interproscan.sh |
16 ## disables the precalculated lookup service, all calculation will be run locally | 16 ## disables the precalculated lookup service, all calculation will be run locally |
17 -dp | 17 -dp |
18 --input $infile | 18 --input $infile |
19 --seqtype $seqtype | 19 --seqtype $seqtype |
20 -f $output_types | 20 -f $output_types |
21 --applications $appl | 21 --applications $appl |
22 --tempdir \$TEMP | |
23 | 22 |
24 $pathways | 23 $pathways |
25 $goterms | 24 $goterms |
26 $iprlookup | 25 $iprlookup |
27 $mode | 26 $mode |
54 tar -C $svg_file.files_path -xvmzf $temp_archive_file; | 53 tar -C $svg_file.files_path -xvmzf $temp_archive_file; |
55 python \$INTERPROSCAN_SCRIPT_PATH/interproscan5/create_index.py $svg_file $svg_file.files_path; | 54 python \$INTERPROSCAN_SCRIPT_PATH/interproscan5/create_index.py $svg_file $svg_file.files_path; |
56 rm $temp_archive_file; | 55 rm $temp_archive_file; |
57 #end if | 56 #end if |
58 | 57 |
59 echo "End of ipsfaux" | 58 echo "End timestamp: $(date)" |
60 </command> | 59 </command> |
61 | 60 |
62 <inputs> | 61 <inputs> |
63 <param name="infile" type="data" format="fasta" label="Sequence Fasta File (ignored -- faux mode)"/> | 62 <param name="infile" type="data" format="fasta" label="Sequence Fasta File"/> |
64 | 63 |
65 <param name="seqtype" type="select" label="Type of the input sequences" help=""> | 64 <param name="seqtype" type="select" label="Type of the input sequences" help=""> |
66 <option value="p" selected="true">Protein</option> | 65 <option value="p" selected="true">Protein</option> |
67 <option value="n">DNA / RNA</option> | 66 <option value="n">DNA / RNA</option> |
68 </param> | 67 </param> |