Mercurial > repos > mnhn65mo > spocc_occ
comparison spocc_occ_notaxref.xml @ 4:5d42a486db1a draft
Uploaded
author | mnhn65mo |
---|---|
date | Fri, 31 Aug 2018 16:13:53 -0400 |
parents | de79df277c6c |
children | d1d3dc620a8d |
comparison
equal
deleted
inserted
replaced
3:de79df277c6c | 4:5d42a486db1a |
---|---|
7 --> | 7 --> |
8 <requirement type="package" version="3.2.1">R</requirement> | 8 <requirement type="package" version="3.2.1">R</requirement> |
9 <requirement type="package" version="0.8.0">r-spocc</requirement> | 9 <requirement type="package" version="0.8.0">r-spocc</requirement> |
10 </requirements> | 10 </requirements> |
11 <command detect_errors="exit_code"><![CDATA[ | 11 <command detect_errors="exit_code"><![CDATA[ |
12 Rscript | 12 Rscript '$__tool_directory__/spocc_occ.R' '$sname' '$from' $limit; |
13 '$__tool_directory__/spocc_occ.R' '$sname' '$from' $limit; | |
14 | 13 |
15 #if $from=='gbif': | 14 #if $from=='gbif': |
16 sed -z -i -e 's/\n \"/ /g' -e 's/\n}/ /g' output.tab | 15 sed -z -i -e 's/\n \"/ /g' -e 's/\n}/ /g' output.tab |
17 #end if | 16 #end if |
18 ]]></command> | 17 ]]></command> |