Skip to content
Snippets Groups Projects
Commit 6ae7371b authored by Magali Ruffier's avatar Magali Ruffier
Browse files

we are in the karyotype feature module, we are talking about karyotype strand (not qtl)

parent dcda2951
No related branches found
No related tags found
No related merge requests found
......@@ -153,9 +153,9 @@ sub stain{
=head2 strand
Arg [1] : none
Example : $strand = $qtl_feat->strand();
Example : $strand = $karyotype_feat->strand();
Description: Overrides the Feature strand method to always return a
value of 0 for qtl features (they are unstranded features)
value of 0 for karyotype features (they are unstranded features)
Returntype : int (always 0)
Exceptions : none
Caller : general
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment