Skip to content

Commit

Permalink
NFS default
Browse files Browse the repository at this point in the history
  • Loading branch information
boris.depoortere committed Nov 5, 2024
1 parent 35d5790 commit 5321dae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/image_processing/bia-ftplinks/biaftplink.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
</command>
<inputs>
<param name="mode" type="select" label="Storage mode" help="The storage mode, can be either nfs or fire." optional="false">
<option value="nfs">NFS</option>
<option value="nfs" selected="true">NFS</option>
<option value="fire">Fire</option>
</param>
<param name="path" type="text" label="The path of accession. (e.g. S-BIAD/570/S-BIAD570)" optional="false"/>
<param name="path" type="text" label="The path of accession. (e.g. S-BIAD/570/S-BIAD570)" optional="false" help="All publically available data in the BioImage Archive are accessible via <![CDATA[<a href='https://www.ebi.ac.uk/biostudies/BioImages/studies'>link</a>]]>. Each study is associated with a unique accession number."/>
<param name="ftplink_output" type="boolean" label="Generate FTP links?" help="If set, a file containing FTP links associated with the accession will be generated." optional="false"/>
</inputs>
<outputs>
Expand Down
2 changes: 1 addition & 1 deletion tools/image_processing/bia-ftplinks/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<xml name="citations">
<citations>
<citation type="bibtex">
@misc{bia,,
@misc{bia,
title = "BioImage Archive Downloading via ftp",
note = "https://www.ebi.ac.uk/bioimage-archive/help-download/",
url = "https://www.ebi.ac.uk/bioimage-archive/help-download/"}</citation>
Expand Down

0 comments on commit 5321dae

Please sign in to comment.