Skip to content

Create and store MD5 hashes of Illumina .fastq.gz files from sequencing runs

License

Notifications You must be signed in to change notification settings

OLC-Bioinformatics/MiSeqHashR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiSeqHashR

Create and store MD5 hashes of Illumina .fastq.gz files from sequencing runs

CircleCI codecov

Installation

MiSeqHashR is available as a pip package:

pip install MiSeqHashR

Running

MiSeqHashR requires a single command line argument: the path to an Illumina MiSeq run

Example command

MiSeqHashR -f sequences/200101_M05722

Usage

usage: MiSeqHashR [-h] -f folder [-v VERBOSITY] [--version]

Create MD5 hashes for all FASTQ files in a MiSeq run

optional arguments:
  -h, --help            show this help message and exit
  -f folder, --folder folder
                        Name and path of sequencing folder.
  -v VERBOSITY, --verbosity VERBOSITY
                        Set the logging level. Options are debug, info, warning, error, and critical. Default is info.
  --version, --version  show program's version number and exit

About

Create and store MD5 hashes of Illumina .fastq.gz files from sequencing runs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages