Collection to File

Category Paths

Follow one of these paths in the Orion user interface, to find the floe.

  • Role-based/Computational Chemist

  • Solution-based/Virtual-screening/DB Preparation

  • Task-based/Data Science/Conversion

Description

This floe concatenates all shards of a collection into a single file. All shards must have the same format. Validation is done to ensure that the format is concatenable. All shards of the input collection must have the same format, and the output file format must always match the collection.

The purpose of this floe is to convert a FastROCS collection into a file that can be used with a FastROCS server (rather than the floe).

Promoted Parameters

Title in user interface (promoted name)

Inputs

Input Collection (collection_in): An input collection to convert into a file.

  • Required

  • Type: collection_source

Outputs

Output Base Filename (filename): Basename of the output file (without the format extension). The format extension will automatically be added to this name. The format is always the same as the format of the collection/shards.

  • Type: string

Options

Verbose (verbose): If On, this floe will write to the log file each time a shard is processed.

  • Type: boolean

  • Default: True

  • Choices: [True, False]