Skip to content

This script is designed to identify index swapped records from the 'Unidentified' output files post demultiplexing

Notifications You must be signed in to change notification settings

eng3001/Find_Index_Hopp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Find_Index_Hopp

Author: Wyatt Eng

Goal: This python3 script is designed to identify index swapped records from the 'Unidentified' output files post demultiplexing.

Required Input

  • -U1 : The path to a fastq file containing the undetermined reads from R1.
  • -U2 : The path to a fastq file containing the undetermined reads from R2.
  • -I : File of known indexes. With each index separated by a new line.

Example Run:

python3 Identify_Index_Swap.py -U1 Undetermined_S0_L008_R1_001.fastq.gz -U2 Undetermined_S0_L008_R2_001.fastq.gz -I seq_indexes.txt

About

This script is designed to identify index swapped records from the 'Unidentified' output files post demultiplexing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages