PierreBSC / Viral-Track

MIT License
54 stars 27 forks source link

Error in "colnames" while running Viral_Track_scanning.R #28

Closed mansisingh2600 closed 11 months ago

mansisingh2600 commented 11 months ago

Hi Pierre,

I am trying to run a fastq file through the R script: Rscript Viral_Track_scanning.R viral_track/scripts/Parameters.txt viral_track/scripts/Target_file.txt

Upon running the fastq, I am coming across this error:

"Error in colnames<-(*tmp*, value = c("N_reads", "N_unique_reads", : attempt to set 'colnames' on an object with less than two dimensions Calls: colnames<- -> colnames<-"

Screenshot 2023-07-24 at 10 36 43 AM

Can you help me with this and why this might be happening?

Thank you!