Mercurial > repos > perssond > basic_illumination
annotate basic_illumination.xml @ 3:7ee5b6f7533e draft default tip
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit 384bcb73bece365356d3aaaebffd545b01a35aa1
author | goeckslab |
---|---|
date | Wed, 21 Feb 2024 23:18:46 +0000 |
parents | acc6f509968c |
children |
rev | line source |
---|---|
1
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
1 <tool id="basic_illumination" name="BaSiC Illumination" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
0
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
2 <description>ImageJ BaSiC shading correction for use with Ashlar</description> |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
3 <macros> |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
4 <import>macros.xml</import> |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
5 </macros> |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
6 |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
7 <expand macro="requirements"/> |
1
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
8 <expand macro="version_cmd"/> |
0
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
9 |
2
acc6f509968c
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
goeckslab
parents:
1
diff
changeset
|
10 <command detect_errors="aggressive"><![CDATA[ |
1
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
11 ln -s '$in_files' '${in_files.name}' && |
0
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
12 |
1
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
13 #set $outname = str('$in_files.name').replace('.ome.tiff','') |
0
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
14 |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
15 @CMD_BEGIN@ |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
16 |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
17 "filename='${in_files.name}',output_dir='.',experiment_name='output'"; |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
18 |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
19 ]]></command> |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
20 |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
21 <inputs> |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
22 <param type="data" name="in_files" format="tiff" label="Raw Cycle Images"/> |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
23 </inputs> |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
24 |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
25 <outputs> |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
26 <data format="tiff" name="output_dfp" label="${tool.name} on ${on_string}: DFP" from_work_dir="output-dfp.tif"/> |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
27 <data format="tiff" name="output_ffp" label="${tool.name} on ${on_string}: FFP" from_work_dir="output-ffp.tif"/> |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
28 </outputs> |
1
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
29 <tests> |
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
30 <test> |
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
31 <param name="in_files" value="test.tiff" /> |
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
32 <output name="output_dfp" ftype="tiff"> |
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
33 <assert_contents> |
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
34 <has_size value="350000" delta="50000" /> |
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
35 </assert_contents> |
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
36 </output> |
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
37 <output name="output_ffp" ftype="tiff"> |
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
38 <assert_contents> |
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
39 <has_size value="350000" delta="50000" /> |
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
40 </assert_contents> |
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
41 </output> |
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
42 </test> |
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
43 </tests> |
0
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
44 <help><![CDATA[ |
1
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
45 ------------------- |
0
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
46 basic-illumination |
1
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
47 ------------------- |
0
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
48 |
1
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
49 **ImageJ BaSiC shading correction for use with Ashlar** |
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
50 **basic-illumination** can read image data directly from BioFormats-supported microscope |
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
51 vendor file formats as well as a directory of plain TIFF files. Output includes a flat field and |
db20f09300bd
planemo upload for repository https://github.com/labsyspharm/basic-illumination commit d62977a02ee6e0e5100479d6d7b19eb4a8cf9761
goeckslab
parents:
0
diff
changeset
|
52 dark field image per input file. |
0
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
53 ]]></help> |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
54 <expand macro="citations" /> |
fd8dfd64f25e
"planemo upload for repository https://github.com/ohsu-comp-bio/basic-illumination commit a8d2367c8c66eecfc2586a593acc8547a7f8611c-dirty"
perssond
parents:
diff
changeset
|
55 </tool> |