aws-quickstart / quickstart-illumina-dragen
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 15 files with 2,414 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (520 lines of code)
    • 4 medium size files (1,263 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (284 lines of code)
    • 8 very small files (347 lines of code)
0% | 21% | 52% | 11% | 14%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
yaml0% | 30% | 46% | 9% | 12%
py0% | 0% | 68% | 17% | 14%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
templates0% | 30% | 46% | 9% | 12%
app/source/dragen/src0% | 0% | 100% | 0% | 0%
app/source/dragen/src/scheduler0% | 0% | 0% | 55% | 44%
ci0% | 0% | 0% | 0% | 100%
Longest Files (Top 15)
File# lines# units
dragen.template.yaml
in templates
520 -
dragen_qs.py
in app/source/dragen/src
471 19
container-build.template.yaml
in templates
302 -
dragen-main.template.yaml
in templates
248 -
batch.template.yaml
in templates
242 -
copy.template.yaml
in templates
163 -
aws_utils.py
in app/source/dragen/src/scheduler
121 9
clean-bucket.template.yaml
in templates
79 -
clean-repository.template.yaml
in templates
68 -
logger.py
in app/source/dragen/src/scheduler
61 6
clean-bucket-repository.template.yaml
in templates
48 -
scheduler_utils.py
in app/source/dragen/src/scheduler
37 5
docker-bucket-repository.template.yaml
in templates
20 -
config.yml
in ci
17 -
taskcat.yml
in ci
17 -
Files With Most Units (Top 4)
File# lines# units
dragen_qs.py
in app/source/dragen/src
471 19
aws_utils.py
in app/source/dragen/src/scheduler
121 9
logger.py
in app/source/dragen/src/scheduler
61 6
scheduler_utils.py
in app/source/dragen/src/scheduler
37 5
Files With Long Lines (Top 6)

There are 6 files with lines longer than 120 characters. In total, there are 19 long lines.

File# lines# units# long lines
dragen-main.template.yaml
in templates
248 - 8
dragen.template.yaml
in templates
520 - 7
copy.template.yaml
in templates
163 - 1
clean-bucket-repository.template.yaml
in templates
48 - 1
batch.template.yaml
in templates
242 - 1
container-build.template.yaml
in templates
302 - 1