Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancing documentation for viral-pipelines #461

Merged
merged 51 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
0921e34
Adding traning workflow wdl and changing workflows.rst to add demux_d…
golu099 Mar 2, 2023
b3307de
modifying 16S-trian_classifier.wdl
golu099 Mar 2, 2023
166749d
addressing same call issue
golu099 Mar 2, 2023
6df4826
fixing bug issue
golu099 Mar 2, 2023
99102f1
16S train classifier bugs
golu099 Mar 2, 2023
20ece88
tax ref bug
golu099 Mar 2, 2023
92c76fc
tax debug
golu099 Mar 2, 2023
5d53f4b
Description meta
golu099 Mar 23, 2023
355555a
Fixes with task_assembly
golu099 Mar 30, 2023
6d15014
bug fixes in assembly task
golu099 Mar 30, 2023
492e867
bug fixes in assembly task
golu099 Mar 30, 2023
6f8eae2
bug fixes in assembly task
golu099 Mar 30, 2023
072763d
Addressing line 21
golu099 Mar 30, 2023
c59384f
addressing bug fixes for task assembly
golu099 Mar 30, 2023
0e22527
addressing bug fixes for task assembly
golu099 Mar 30, 2023
b0eca2c
addressing line 71
golu099 Mar 30, 2023
661b286
Adding documentation to demux_deplete
golu099 Apr 5, 2023
f63c457
fixing comma issue in task_report
golu099 Apr 5, 2023
5a3ed7a
Addressing commas
golu099 Apr 6, 2023
c2fe9f4
Addressing commas
golu099 Apr 6, 2023
a801357
Removing novalaign license
golu099 Apr 6, 2023
b5a19fe
Merge branch 'master' into fnegrete_test
dpark01 Apr 13, 2023
d3dff3c
Update docs/workflows.rst
golu099 Apr 13, 2023
2daf478
Removing .vscode files from git
golu099 Apr 20, 2023
8ccf287
changing dockstore.yml
golu099 Apr 26, 2023
cfbd797
Update pipes/WDL/workflows/demux_deplete.wdl
golu099 Apr 26, 2023
e3c34b0
Update pipes/WDL/workflows/demux_deplete.wdl
golu099 Apr 26, 2023
a44066d
Update pipes/WDL/workflows/demux_deplete.wdl
golu099 Apr 26, 2023
8825191
Update pipes/WDL/workflows/demux_deplete.wdl
golu099 Apr 26, 2023
de88be5
Update pipes/WDL/workflows/demux_deplete.wdl
golu099 Apr 26, 2023
2c25808
Update pipes/WDL/workflows/demux_deplete.wdl
golu099 Apr 26, 2023
ec81e59
Update pipes/WDL/workflows/demux_deplete.wdl
golu099 Apr 26, 2023
b9e5cdc
Update pipes/WDL/tasks/tasks_assembly.wdl
golu099 Apr 26, 2023
b699894
Update pipes/WDL/workflows/demux_deplete.wdl
golu099 Apr 26, 2023
2ebbebb
chaning the memory storage
golu099 Apr 27, 2023
07df9d4
chaning memory storage for amplicon wdl
golu099 Apr 27, 2023
232019d
Merge branch 'fnegrete_test' of https://github.com/broadinstitute/vir…
golu099 Apr 27, 2023
1a6a255
Update pipes/WDL/tasks/tasks_assembly.wdl
golu099 May 2, 2023
ef2f409
Update pipes/WDL/tasks/tasks_16S_amplicon.wdl
golu099 May 2, 2023
b652ad0
Update pipes/WDL/tasks/tasks_16S_amplicon.wdl
golu099 May 2, 2023
9e5cfcc
Update pipes/WDL/tasks/tasks_16S_amplicon.wdl
golu099 May 2, 2023
9366952
Update pipes/WDL/tasks/tasks_assembly.wdl
golu099 May 2, 2023
f1321fd
Update pipes/WDL/tasks/tasks_assembly.wdl
golu099 May 2, 2023
97e40d2
Update pipes/WDL/tasks/tasks_assembly.wdl
golu099 May 2, 2023
e88d81d
Update pipes/WDL/tasks/tasks_assembly.wdl
golu099 May 2, 2023
fe29c46
Update pipes/WDL/tasks/tasks_assembly.wdl
golu099 May 2, 2023
1482761
Update pipes/WDL/tasks/tasks_16S_amplicon.wdl
golu099 May 2, 2023
478b7ad
Update pipes/WDL/tasks/tasks_16S_amplicon.wdl
golu099 May 2, 2023
a8281e6
Merge branch 'master' into fnegrete_test
tomkinsc May 11, 2023
36f7854
Merge branch 'master' into fnegrete_test
tomkinsc May 19, 2023
0eb3b71
Merge branch 'master' into fnegrete_test
tomkinsc Jul 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pipes/WDL/tasks/tasks_16S_amplicon.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ task qiime_import_from_bam {
}
runtime {
docker: docker
memory: "~{memory_mb} MiB"
memory: "~{memory_mb} GB"
golu099 marked this conversation as resolved.
Show resolved Hide resolved
cpu: cpu
disk: disk_size_gb + " GB"
disks: "local-disk " + disk_size_gb + " HDD"
Expand Down Expand Up @@ -142,7 +142,7 @@ task trim_reads {

runtime {
docker: docker
memory: "${memory_mb} MiB"
memory: "${memory_mb} GB"
golu099 marked this conversation as resolved.
Show resolved Hide resolved
cpu: cpu
disk: disk_size_gb + " GB"
disks: "local-disk " + disk_size_gb + " HDD"
Expand Down Expand Up @@ -192,7 +192,7 @@ task join_paired_ends {
}
runtime {
docker: docker
memory: "${memory_mb} MiB"
memory: "${memory_mb} GB"
golu099 marked this conversation as resolved.
Show resolved Hide resolved
cpu: cpu
disk: disk_size_gb + " GB"
disks: "local-disk " + disk_size_gb + " HDD"
Expand Down Expand Up @@ -267,7 +267,7 @@ task deblur {
}
runtime {
docker: docker
memory: "${memory_mb} MiB"
memory: "${memory_mb} GB"
golu099 marked this conversation as resolved.
Show resolved Hide resolved
cpu: cpu
disk: disk_size_gb + " GB"
disks: "local-disk " + disk_size_gb + " HDD"
Expand Down Expand Up @@ -355,7 +355,7 @@ task train_classifier {
}
runtime {
docker: docker
memory: "${memory_mb} MiB"
memory: "${memory_mb} GB"
golu099 marked this conversation as resolved.
Show resolved Hide resolved
cpu: cpu
disk: disk_size_gb + " GB"
disks: "local-disk " + disk_size_gb + " HDD"
Expand Down
1 change: 0 additions & 1 deletion pipes/WDL/tasks/tasks_assembly.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ task scaffold {
patterns: ["*.fasta"],
category: "other"
}
#didnt include other outputs, not sure if i should
}

Int disk_size = 375
Expand Down
16 changes: 8 additions & 8 deletions pipes/WDL/workflows/demux_deplete.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ workflow demux_deplete {
parameter_meta {
flowcell_tgz: {
description: "Illumina BCL directory compressed as tarball. Must contain RunInfo.xml, SampleSheet.csv, RTAComplete.txt, and Data/Intensities/BaseCalls/*",
patterns: ["*.tar.gz", ".tar.zst", ".tar.bz2", ".tar.lz4", ".tgz"],
patterns: ["*.tar.gz", ".tar.zst", ".tar.bz2", ".tar.lz4", ".tgz", ".tar"],
category: "required"

}
Expand All @@ -59,39 +59,39 @@ workflow demux_deplete {
category: "advanced"
}
spikein_db: {
description: "Archeal DNA that is used to track potential contamination within sequencing plate processing.",
description: "Synthetic sequences (e.g. ERCC, SDSI) that are used to track potential contamination within sequencing plate processing.",
category: "advanced"
}
read_structure: {
description: "Details how the bases should be organized into logical reads.",
category: "advanced"
}
sort_reads: {
description: "Barcode/index information organized into barcode files to sort data to separate files for each sample.",
description: "Output bam files will be sorted by read name.",
category: "advanced"
}
bmtaggerDbs: {
description: "Tool that can discriminate between human and bacterial reads and other reads by using short fragments. Databases must be provided to onset depletion.Sequences in fasta format will be indexed on the fly, pre-bmtagger-indexed databases may be provided as tarballs.",
category: "advanced"
}
cleaned_bams_tiny: {
description: "BAM files that did not meet the sufficient amount of minimum reads mapped.",
description: "cleaned BAM files that contain less than min_reads_per_bam will be included here and omitted from cleaned_reads_unaligned_bams and cleaned_bam_uris",
category: "other"
}
cleaned_bam_uris: {
description: "BAM files' URIs tags to clearly define which assembly has been used ",
description: "A text file containing a string-serialized version of each File in cleaned_reads_unaligned_bams on a separate line.",
category: "other"
}
cleaned_reads_unaligned_bams: {
description: "Unaligned reads without PCR duplicates in BAM format.",
description: "Unaligned reads without human reads or PCR duplicates in BAM format. This will not include any bams that contain less than min_reads_per_bam reads.",
category: "other"
}
demux_commonBarcodes: {
description: "a TSV report of all barcode counts, in descending order.",
category: "other"
}
demux_metrics: {
description: "Output ExtractIlluminaBarcodes metrics file. Default is to dump to a temp file.",
description: "Output ExtractIlluminaBarcodes metrics file.",
category: "other"
}
multiqc_report_cleaned: {
Expand All @@ -107,7 +107,7 @@ workflow demux_deplete {
category: "other"
}
read_counts_raw: {
description: "The number of reads that aligned to gene.",
description: "A list of the read counts of each file in raw_reads_unaligned_bams",
category: "other"
}
}
Expand Down