seanlaidlaw/iRODS-Downloader

View on GitHub

Showing 87 of 87 total issues

don't use underscores in Go names; var run_lane should be runLane
Open

            run_lane := strings.Split(split_filename[1], "#")[0] // this gets between _ and # which is lane
Severity: Minor
Found in irods_downloader.go by golint

don't use underscores in Go names; struct field Irods_path should be IrodsPath
Open

    Irods_path                   string
Severity: Minor
Found in irods_downloader.go by golint

var rankingsJson should be rankingsJSON
Open

    rankingsJson, _ := json.MarshalIndent(cram_list, "", "  ")
Severity: Minor
Found in irods_downloader.go by golint

don't use underscores in Go names; struct field Library_type should be LibraryType
Open

    Library_type                 string
Severity: Minor
Found in irods_downloader.go by golint

don't use underscores in Go names; struct field Fastq_1_path should be Fastq1Path
Open

    Fastq_1_path                 string
Severity: Minor
Found in irods_downloader.go by golint

don't use underscores in Go names; struct field Symlinked_fq_2 should be SymlinkedFq2
Open

    Symlinked_fq_2               string
Severity: Minor
Found in irods_downloader.go by golint

don't use underscores in Go names; var bam_output should be bamOutput
Open

                bam_output := out_folder + cram.Sample_name + ".bam"
Severity: Minor
Found in irods_downloader.go by golint
Severity
Category
Status
Source
Language