-
Notifications
You must be signed in to change notification settings - Fork 7
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
1 parent
f24bee7
commit e48747c
Showing
42 changed files
with
2,209 additions
and
348 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,47 +1,101 @@ | ||
version = "v1" | ||
|
||
[[repositories]] | ||
organization = "stjudecloud" | ||
name = "workflows" | ||
|
||
[[repositories]] | ||
organization = "PacificBiosciences" | ||
name = "HiFi-human-WGS-WDL" | ||
|
||
[[repositories]] | ||
organization = "biowdl" | ||
name = "tasks" | ||
organization = "chanzuckerberg" | ||
name = "czid-workflows" | ||
|
||
[[repositories]] | ||
organization = "stjudecloud" | ||
name = "workflows" | ||
organization = "biowdl" | ||
name = "tasks" | ||
|
||
[[repositories]] | ||
organization = "chanzuckerberg" | ||
name = "czid-workflows" | ||
[[ignored_errors]] | ||
document = "biowdl/tasks:bcftools.wdl" | ||
error = '''validation error: [v1::001] invalid escape character '\_' in string at line 114:75''' | ||
|
||
[[ignored_errors]] | ||
document = "biowdl/tasks:bedtools.wdl" | ||
error = """ | ||
--> 29:67 | ||
| | ||
29 | String memory = \"~{512 + ceil(size([inputBed, faidx], \"MiB\"))}MiB\" | ||
| ^--- | ||
| | ||
= expected WHITESPACE or OPTION""" | ||
error = '''validation error: [v1::001] invalid escape character '\.' in string at line 27:48''' | ||
|
||
[[ignored_errors]] | ||
document = "biowdl/tasks:bowtie.wdl" | ||
error = """ | ||
--> 40:58 | ||
| | ||
40 | String memory = \"~{5 + ceil(size(indexFiles, \"GiB\"))}GiB\" | ||
| ^--- | ||
| | ||
= expected WHITESPACE or OPTION""" | ||
error = '''validation error: [v1::001] invalid escape character '\.' in string at line 63:32''' | ||
|
||
[[ignored_errors]] | ||
document = "biowdl/tasks:centrifuge.wdl" | ||
error = '''validation error: [v1::001] invalid escape character '\.' in string at line 122:57''' | ||
|
||
[[ignored_errors]] | ||
document = "biowdl/tasks:common.wdl" | ||
error = '''validation error: [v1::001] invalid escape character '\.' in string at line 275:45''' | ||
|
||
[[ignored_errors]] | ||
document = "biowdl/tasks:fastqc.wdl" | ||
error = '''validation error: [v1::001] invalid escape character '\.' in string at line 59:42''' | ||
|
||
[[ignored_errors]] | ||
document = "biowdl/tasks:gatk.wdl" | ||
error = '''validation error: [v1::001] invalid escape character '\.' in string at line 127:57''' | ||
|
||
[[ignored_errors]] | ||
document = "biowdl/tasks:hisat2.wdl" | ||
error = '''validation error: [v1::001] invalid escape character '\.' in string at line 60:34''' | ||
|
||
[[ignored_errors]] | ||
document = "biowdl/tasks:multiqc.wdl" | ||
error = '''validation error: [v1::001] invalid escape character '\.' in string at line 133:45''' | ||
|
||
[[ignored_errors]] | ||
document = "biowdl/tasks:picard.wdl" | ||
error = '''validation error: [v1::001] invalid escape character '\.' in string at line 643:51''' | ||
|
||
[[ignored_errors]] | ||
document = "biowdl/tasks:sambamba.wdl" | ||
error = '''validation error: [v1::001] invalid escape character '\.' in string at line 91:44''' | ||
|
||
[[ignored_errors]] | ||
document = "biowdl/tasks:samtools.wdl" | ||
error = '''validation error: [v1::001] invalid escape character '\.' in string at line 80:42''' | ||
|
||
[[ignored_errors]] | ||
document = "biowdl/tasks:umi-tools.wdl" | ||
error = '''validation error: [v1::001] invalid escape character '\.' in string at line 95:49''' | ||
|
||
[[ignored_errors]] | ||
document = "biowdl/tasks:umi.wdl" | ||
error = '''validation error: [v1::001] invalid escape character '\.' in string at line 39:60''' | ||
|
||
[[ignored_errors]] | ||
document = "stjudecloud/workflows:template/task-templates.wdl" | ||
error = """ | ||
parse error: | ||
--> 17:25 | ||
| | ||
17 | Int memory_gb = <> | ||
| ^--- | ||
| | ||
= expected WHITESPACE, COMMENT, or expression""" | ||
|
||
[[ignored_errors]] | ||
document = "stjudecloud/workflows:tools/bwa.wdl" | ||
error = '''validation error: [v1::001] invalid escape character '\.' in string at line 34:17''' | ||
|
||
[[ignored_errors]] | ||
document = "stjudecloud/workflows:tools/fq.wdl" | ||
error = '''validation error: [v1::001] invalid escape character '\.' in string at line 123:17''' | ||
|
||
[[ignored_errors]] | ||
document = "stjudecloud/workflows:tools/kraken2.wdl" | ||
error = '''validation error: [v1::001] invalid escape character '\.' in string at line 335:17''' | ||
|
||
[[ignored_errors]] | ||
document = "stjudecloud/workflows:workflows/rnaseq/rnaseq-standard-fastq.wdl" | ||
error = '''validation error: [v1::001] invalid escape character '\*' in string at line 55:241''' |
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 @@ | ||
format_code_in_doc_comments = true |
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
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.