Light1992

Codice Allineamento FASTA

Jul 12th, 2021
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ##Individuazione file da utilizzare per l'allineamento a Leccino
  2. fastqPath_R1 <- list.files("//home/genomica/DATA/GENOLICS/Sonde_FARGA", pattern="fasta$", full=TRUE)
  3.  
  4. ##Creazione dei .BAM di allineamento
  5. align(index="index", maxMismatches=7, readfile=fastqPath_R1, input_format="FASTA", output_format="BAM")
Advertisement
Add Comment
Please, Sign In to add comment