Skip to content

📂 Utilities for managing data on the local NGS workstation

Notifications You must be signed in to change notification settings

NMNS93/workstation_housekeeping

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workstation Housekeeping

Utilities for managing data on the local NGS workstation

Reference


Clear NGS runfolders that are backed up in DNANexus.

wscleaner --set-key DNA_NEXUS_KEY # Cache dnanexus api key
wscleaner ROOT_DIRECTORY --logfile LOGFILE_PATH

Upload a directory to a DNANexus project.

backup_runfolder.py [-h] -i RUNFOLDER [-a AUTH_TOKEN] [--ignore IGNORE] [-p PROJECT] [--logpath LOGPATH]

Report the number of gzipped fastq files in an directory.

$ findfastqs.sh RUNFOLDER
>>> RUNFOLDER has 156 demultiplexed fastq files with 2 undetermined. Total: 158

About

📂 Utilities for managing data on the local NGS workstation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Shell 1.3%