dmnfarrell / smallrnaseq

small rna-seq analysis package
GNU General Public License v3.0
29 stars 19 forks source link

what label corresponds to what sample #8

Closed Adnanhashim closed 3 years ago

Adnanhashim commented 3 years ago

Hi, Thanks for a wonderful tool for sncRNAs profiling. I have successfully run the analysis but I was wondering how I know what label corresponds to what sample?

I have 12 samples and in the end, I got only labels S01 - S12. Looking for a positive response thanks in advance.

dmnfarrell commented 3 years ago

It should write out a samplefile.txt in the output folder that identifies the samples. This was done to avoid very large sample names in the columns but it's probably annoying for a lot of people. You can try to set add_labels = 0 in the config file to avoid this.

Adnanhashim commented 3 years ago

Perfect thanks although it is clearly mentioned in the configuration file setting and somehow I missed it.