Skip to content

Commit

Permalink
Merge pull request #5 from DKFZ-ODCF/check-executibility
Browse files Browse the repository at this point in the history
Check executibility
  • Loading branch information
vinjana authored May 21, 2019
2 parents d9a11c3 + 27f69f0 commit 27e1c84
Show file tree
Hide file tree
Showing 7 changed files with 399 additions and 346 deletions.
10 changes: 9 additions & 1 deletion IndelCallingWorkflow.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="4">
<component name="FacetManager">
<facet type="Python" name="Python">
<configuration sdkName="Python 2.7 (AlignmentAndQCWorkflows)" />
</facet>
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
Expand All @@ -13,6 +18,9 @@
<orderEntry type="module" module-name="Roddy" />
<orderEntry type="module" module-name="RoddyToolLib" />
<orderEntry type="library" name="Gradle: org.codehaus.groovy:groovy-all:2.4.9" level="project" />
<orderEntry type="module" module-name="COWorkflowsBasePlugin_1.1.0" />
<orderEntry type="library" name="R User Library" level="project" />
<orderEntry type="library" name="R Skeletons" level="application" />
<orderEntry type="library" name="Python 2.7 (AlignmentAndQCWorkflows) interpreter library" level="application" />
<orderEntry type="module" module-name="COWorkflowsBasePlugin_1.4.1" />
</component>
</module>
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,35 @@ There are quite extensive requirements in annotation etc. data required for the
| extractSamplesFromOutputFiles | true | |
| CHROMOSOME_INDICES | empty | Bash-array of chromosome names to which the analysis should be restricted |

Since version 2.2.0 the workflow uses the [COWorkflowsBasePlugin](https://github.com/DKFZ-ODCF/COWorkflowsBasePlugin) 1.4.1+ with an alternative algorithm for extracting sample names from BAM files.

# Example call

TBD

# Changelist

* Version update to 2.2.0

* Upgrade from [COWorkflowsBasePlugin](https://github.com/DKFZ-ODCF/COWorkflowsBasePlugin) 1.1.0 to 1.4.1
* Executability check for `REFERENCE_GENOME` variable (file accessible from submission host)

* Version update to 2.1.0-1

* Added gnomAD exomes
* Check REF_genome for BAM files
* Check BAM file readability
* Added local controls
* Adding python script for parsing MNPs

* Version update to 2.0.0-2

* Restricting screenshot generation to 100

* Version update to 2.0.0-1

* README update

* Version update to 2.0.0

- TiNDA workflow was updated
Expand Down
4 changes: 2 additions & 2 deletions buildinfo.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dependson=COWorkflowsBasePlugin:1.1.0
RoddyAPIVersion=3.0
dependson=COWorkflowsBasePlugin:1.4.1
RoddyAPIVersion=3.5
2 changes: 1 addition & 1 deletion buildversion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
2.1
2.2
0
Loading

0 comments on commit 27e1c84

Please sign in to comment.