Skip to content

Commit

Permalink
test docs commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Apr 18, 2024
1 parent 87e2748 commit 52bddab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/01_03_biocollections.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ let s1 = "PEPTIDE" |> BioSeq.ofAminoAcidString
let s2 = "PEPTIDE" |> BioList.ofAminoAcidString
let s3 = "TAGCAT" |> BioArray.ofNucleotideString

///Peptide represented as a Bioseq
//Peptide represented as a Bioseq
"PEPTIDE" |> BioSeq.ofAminoAcidString
(***include-it***)

///Peptide represented as a BioList
//Peptide represented as a BioList
"PEPTIDE"|> BioList.ofAminoAcidString
(***include-it***)

///Nucleotide sequence represented as a BioArray
//Nucleotide sequence represented as a BioArray
"TAGCAT" |> BioArray.ofNucleotideString
(***include-it***)

Expand Down

0 comments on commit 52bddab

Please sign in to comment.