PlantandFoodResearch / TEFingerprint

A Python3 library for transposon fingerprinting
MIT License
0 stars 2 forks source link

transposon families flag #120

Open cflsjt opened 5 years ago

cflsjt commented 5 years ago
-f/--families Repeat element/transposon categories to be used. These must be exact string match's   to start of read name and are used to split reads into categories for analysis. Not specifying at least   one valid category will result in empty output files. Default = None.

Does this mean if I don't out in anything it won't retrun anything or maybe there's a default to run through ALL families?

timothymillar commented 5 years ago

The default value is an empty string '' which means all transposons will be treated as the same family i.e. clustered together.