Rename output file to curesim-HVR.fastq
This commit is contained in:
parent
91b3e37bd8
commit
2acec89f84
|
@ -63,6 +63,6 @@ command invokes it:
|
||||||
|
|
||||||
The script will generate 2 files under the data directory:
|
The script will generate 2 files under the data directory:
|
||||||
|
|
||||||
|HVR.fastq | CuReSim-HVR.fastq |
|
|HVR.fastq | curesim-HVR.fastq |
|
||||||
|:----:|:-----:|
|
|:----:|:-----:|
|
||||||
|Contains the original CDR3 sequence|Contains CDR3 after the read simulation, with sequencing errors |
|
|Contains the original CDR3 sequence|Contains CDR3 after the read simulation, with sequencing errors |
|
||||||
|
|
|
@ -145,4 +145,4 @@ get_hvr_sequences <- function(sequences, vdj_segments, cores = detectCores()) {
|
||||||
|
|
||||||
data <- parse_data(file = "data/curesim_sequence.fastq")
|
data <- parse_data(file = "data/curesim_sequence.fastq")
|
||||||
hvr <- get_hvr_sequences(sequences = data[[1]], vdj_segments = data[[2]])
|
hvr <- get_hvr_sequences(sequences = data[[1]], vdj_segments = data[[2]])
|
||||||
Biostrings::writeXStringSet(hvr, "data/CuReSim-HVR.fastq", format = "fastq")
|
Biostrings::writeXStringSet(hvr, "data/curesim-HVR.fastq", format = "fastq")
|
||||||
|
|
Loading…
Reference in New Issue