Skip to content

Commit

Permalink
FIX: description section duplicated in document
Browse files Browse the repository at this point in the history
  • Loading branch information
pebert committed Dec 30, 2016
1 parent c388547 commit 1eb2904
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
9 changes: 4 additions & 5 deletions docs/misc/DCCdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<comment>Nightly sync from DCC</comment>
</filetype>
</inputs>
<!-- Following section: list reference files [e.g. reference genomes] used in this process -->

<references>
<filetype>
<identifier>no_ref</identifier>
Expand All @@ -29,7 +29,7 @@
<comment>No key file necessary for sync; auth via user/pw</comment>
</filetype>
</references>
<!-- Following section: list output files of process [e.g. bed files, wiggle tracks] -->

<outputs>
<filetype>
<identifier>TARGETFOLDER</identifier>
Expand All @@ -38,9 +38,7 @@
<comment>Dump to DEEP cluster - FhGFS - data/incoming/mirror</comment>
</filetype>
</outputs>
<!-- Precise description of what this process does, what output is generated and what statistics are computed -->
<description>
</description>

<software>
<tool>
<name>ascp</name>
Expand All @@ -51,6 +49,7 @@
${USERNAME}@dkfzaspera.dkfz-heidelberg.de:${SRCFOLDER} ${TARGETFOLDER}
]]>
</command_line>
<loop>no looping</loop>
<comment>Sync happens via cron job running on deep01 (user: oracle11)</comment>
</tool>
</software>
Expand Down
13 changes: 6 additions & 7 deletions docs/misc/DCCul.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://deep.mpi-inf.mpg.de/DAC/files/style/deep_process_style.css"?>
<process>
<!-- Version of process is incremented by one in case of a new data freeze iff process [software] changed -->

<name>DCC</name>
<version>1</version>
<author>
Expand All @@ -13,7 +13,7 @@
DAC-internal tracking database (i.e., all files uploaded from the DAC to the DCC
are eventually input to this process/analysis).
</description>
<!-- Following section: list input files [samples to be analysed and similar] -->

<inputs>
<filetype>
<identifier>UPLOADFILE</identifier>
Expand All @@ -22,7 +22,7 @@
<comment>By default, md5 checksum is also uploaded</comment>
</filetype>
</inputs>
<!-- Following section: list reference files [e.g. reference genomes] used in this process -->

<references>
<filetype>
<identifier>no_ref</identifier>
Expand All @@ -31,7 +31,7 @@
<comment>No key file necessary for sync; auth via user/pw</comment>
</filetype>
</references>
<!-- Following section: list output files of process [e.g. bed files, wiggle tracks] -->

<outputs>
<filetype>
<identifier>ad_acta</identifier>
Expand All @@ -40,9 +40,7 @@
<comment>Successful upload checked manually, log files discarded</comment>
</filetype>
</outputs>
<!-- Precise description of what this process does, what output is generated and what statistics are computed -->
<description>
</description>

<software>
<tool>
<name>ascp</name>
Expand All @@ -53,6 +51,7 @@
${USERNAME}@dkfzaspera.dkfz-heidelberg.de:/upload
]]>
</command_line>
<loop>no looping</loop>
<comment>
NB: the upload folder is rw only for the respective user account and the DMG.
To share data immediately with other groups, it has to be uploaded to /share
Expand Down

0 comments on commit 1eb2904

Please sign in to comment.