Metadata-Version: 2.1
Name: fast5purge
Version: 0.1.0
Summary: Remove sensible content from a fast5 file or directory
Home-page: https://github.com/wdecoster/fast5purge
Author: Wouter De Coster
Author-email: decosterwouter@gmail.com
License: MIT
Description: # fast5purge
        Purge a fast5 file or directory of fast5 files from potentially sensitive information:
        the information in data in following locations will be erased:
         - UniqueGlobalKey/context_tags/filename
         - UniqueGlobalKey/context_tags/user_filename_input
         - UniqueGlobalKey/tracking_id/sample_id
         - UniqueGlobalKey/tracking_id/ip_address
        
        
        WARNING:  
        Currently modifies fast5 file IN PLACE. You cannot get your original data data back if you do not have a copy.  
        I hope to fix this sooner or later, pull requests are very much welcome
        
        
        ```
        usage: fast5purge.py [-h] [-d DIR] [-f FILE] [-r]
        
        Remove sensible content from a fast5 file or directory
        
        optional arguments:
          -h, --help            show this help message and exit
          -d DIR, --dir DIR     directory in which fast5 files have to be purged
          -f FILE, --file FILE  single fast5 file to purge
          -r, --recursive       recursively go through directory
        ```
        
Keywords: nanopore
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3
Description-Content-Type: text/markdown
