Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
iboyle-broad committed Nov 15, 2023
1 parent 7a23625 commit 9c2748b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions WGS_pipeline/aggregate_microsatellite_repeats.wdl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Given a set of samples, aggregate the MSISensor2
# Given a set of samples, aggregate the MSISensor2 repeats per site
version 1.0

workflow microsatellite_repeats {
Expand All @@ -13,12 +13,13 @@ workflow microsatellite_repeats {
}

call find_n_repeats {
msisensor2_output_dis=msisensor2_output_dis,
sample_set_id=sample_set_id,
memory=memory,
num_threads=num_threads,
disk_space=disk_space,
num_preempt=num_preempt
input:
msisensor2_output_dis=msisensor2_output_dis,
sample_set_id=sample_set_id,
memory=memory,
num_threads=num_threads,
disk_space=disk_space,
num_preempt=num_preempt
}

output {
Expand Down

0 comments on commit 9c2748b

Please sign in to comment.