Skip to content

Instantly share code, notes, and snippets.

@mpkocher
Last active April 12, 2016 15:35
Show Gist options
  • Save mpkocher/e5e07450c9aa712cfb6e956e8ebb8ce1 to your computer and use it in GitHub Desktop.
Save mpkocher/e5e07450c9aa712cfb6e956e8ebb8ce1 to your computer and use it in GitHub Desktop.
Updated Primary with TransferResource
<?xml version="1.0"?>
<pbmeta:OutputOptions>
<!-- The Results Folder is now the RELATIVE PATH -->
<pbmeta:ResultsFolder>r54001_20151222_200323/1_A01/43323838-9129-4c2e-b3bb-164c2d6804ef</pbmeta:ResultsFolder>
<pbmeta:CollectionPathUri>/pbi/collections/xfer-test/r54001_20151222_200323/1_A01/43323838-9129-4c2e-b3bb-164c2d6804ef/</pbmeta:CollectionPathUri>
<pbmeta:CopyFiles>
<pbmeta:CollectionFileCopy>Fasta</pbmeta:CollectionFileCopy>
<pbmeta:CollectionFileCopy>Bam</pbmeta:CollectionFileCopy>
<pbmeta:CollectionFileCopy>DarkFrame</pbmeta:CollectionFileCopy>
</pbmeta:CopyFiles>
<pbmeta:Readout>Bases</pbmeta:Readout>
<pbmeta:MetricsVerbosity>Minimal</pbmeta:MetricsVerbosity>
<!-- The Transfer Resource is now optional, but will be required in a new Version -->
<pbmeta:TransferResource>
<!-- A user friendly id. must be [a-Z0-9] and "-" "_" -->
<pbmeta:Id>pbi-collections-xfer</pbmeta:Id>
<!-- RSYNC or SRS NFS will be supported post EE -->
<pbmeta:TransferScheme>RSYNC</pbmeta:TransferScheme>
<pbmeta:Name>My Transfer Scheme</pbmeta:Name>
<pbmeta:Description>My Description</pbmeta:Description>
<pbmeta:DestPath>/path/to/root-output</pbmeta:DestPath>
</pbmeta:TransferResource>
</pbmeta:OutputOptions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment