Mercurial > repos > brenninc > directory_reader_by_white_black_lists
view README @ 1:edd9bc4baf5a draft default tip
Bug fix: fg datatype can also be set to fastq subtype
author | brenninc |
---|---|
date | Wed, 23 Mar 2016 11:11:23 -0400 |
parents | 6a16b101b35f |
children |
line wrap: on
line source
This tool will lookup files on the Galaxy server machine, including mounted directories. The user aspects of the tool are explained in the help section of data_reader.xml Only directories that are included in the white list and not in the black list are allowed. The white and black lists can be changed without the requirement to restart the server as these are read from the tools install directory each time the tool is run. ==== The white list is tool-data/white-list.ini Any directory that starts with any entry from this file will be considered to have passed. The default file includes a single / so all absolute paths will pass. ==== The black list is tool-data/black-list.ini Any directory that contains any of the blacklisted strings anywhere in the path are excluded. The default file excludes most of the standard linux systems directories where data is unlikely to be found. It also excludes the /galaxy/ pattern to avoid users getting access to galaxy files. Also .. and ~ are excluded for security reasons.