# NOT RUN {
#Generating exemplary input files for the function
fileConn<-file("exemplary_input1.txt")
writeLines(c("2 TYR 100","3 LEU 100", "7 VAL 50", "10 PHE 30", "20 SER 20"), fileConn)
close(fileConn)
fileConn<-file("exemplary_input2.txt")
writeLines(c("5 ALA 100","6 ILE 100", "18 GLY 100", "40 PHE 100"), fileConn)
close(fileConn)
structure_list = read_structure(file_names = c("exemplary_input1.txt", "exemplary_input2.txt"))
# }
Run the code above in your browser using DataLab