Sample names rearranged
See original GitHub issueIf I give a set of bam files to samplot, the last sample’s name gets assigned to the first figure and all the sample names from then gets reassigned to the next figure. For example:
samplot.py -b sample1_sorted.bam sample2_sorted.bam sample3_sorted.bam sample4_sorted.bam sample5_sorted.bam sample6_sorted.bam sample7_sorted.bam sample8_sorted.bam -o compare_all_adhesion.png -s 110000 -e 130000 -c tig00000012_pilon
In this case (8 samples), the last label, “sample8_sorted.bam” got assigned to the first figure, label - “sample1_sorted.bam” got assigned to the 2nd figure and so on. Is this a known issue or am I making a mistake in specifying an option here?
I have tried this by explicitly specifying labels for figures and same issue arises.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9
Top Results From Across the Web
Your Name Anagrammer - Name Generator - Anagram Maker
Name generator and anagram maker, use with celebrity anagrams find, solve and rearrange etc. Find compound anagrams, they can be animated and shared....
Read more >Word Mixer (Name, Surname) Online Mashup ... - dCode.fr
Tools for mixing words (names, first names, etc.). The word mixer makes new or existing words (suitcase words, longest word, anagrams, etc.)
Read more >Anagram Name Generator
An anagram is a word or phrase formed by rearranging the letters of a different word or phrase, typically using all the original...
Read more >Anagram baby names: Jason/Sonja, Cleo/Cole, Ian/Nia
4-Letter Anagram Baby Names · Ajah, Haja · Ajai, Jaia · Ajit, Taji · Ajla, Jala · Ajan, Ajna, Anja, Jaan, Jana, Naja...
Read more >Rearrange The Letters In These Names To Solve This Puzzle
For example: GLENDA Hang loosely --> DANGLE. Last week's challenge: Take the word EASY: Its first three letters — E, A and S...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I think I found it! The issue appeared for me in a case where I didn’t specify SV type. It’s fixed in version 1.0.14 (should be available from conda tomorrow)
Thanks! Will try it in the next few days.