-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
302 changed files
with
11,367 additions
and
1,884 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!-- | ||
Hi! Thanks for taking the time to report feedback. | ||
Before posting an issue here, please check whether your question is already answered in our: | ||
forum https://gatkforums.broadinstitute.org/wdl/categories/ask-the-wdl-team | ||
documentation http://cromwell.readthedocs.io/en/develop/ | ||
Other forums: | ||
FireCloud https://gatkforums.broadinstitute.org/firecloud/categories/ask-the-firecloud-team | ||
WDL https://gatkforums.broadinstitute.org/wdl/categories/ask-the-wdl-team | ||
CWL https://www.biostars.org/ | ||
--> | ||
|
||
<!-- Are you seeing something that looks like a bug? Then great! You're in the right place. --> | ||
|
||
<!-- Which backend are you running? --> | ||
|
||
<!-- Paste/Attach your workflow if possible: --> | ||
|
||
<!-- Paste your configuration if possible, MAKE SURE TO OMIT PASSWORDS, TOKENS AND OTHER SENSITIVE MATERIAL: --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
-J-Xms2g | ||
-J-Xmx4g | ||
-J-XX:MaxMetaspaceSize=2g | ||
|
||
-J-Xss8m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
.../scala/cromwell/backend/wdl/Command.scala → ...main/scala/cromwell/backend/Command.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...cromwell/backend/wdl/FileSizeTooBig.scala → ...ala/cromwell/backend/FileSizeTooBig.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package cromwell.backend.wdl | ||
package cromwell.backend | ||
|
||
case class FileSizeTooBig(override val getMessage: String) extends Exception | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...mwell/backend/wdl/ReadLikeFunctions.scala → .../cromwell/backend/ReadLikeFunctions.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.