Mercurial > repos > matthias > stacks2_cstacks
comparison test-data/populations/populations.log.distribs @ 0:e4b371f8a47a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 98327d2948ae1ccb5aef5db9ab88605fd74a0de7-dirty
| author | matthias |
|---|---|
| date | Thu, 29 Nov 2018 11:41:18 -0500 |
| parents | |
| children | 924e7889aa05 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:e4b371f8a47a |
|---|---|
| 1 # Note: Individual distributions can be extracted using the `stacks-dist-extract` utility. | |
| 2 # e.g. `stacks-dist-extract populations.log.distribs dist_name` | |
| 3 | |
| 4 BEGIN batch_progress | |
| 5 Batch 1: analyzed 3 loci; filtered 0 loci; 3 loci seen. | |
| 6 END batch_progress | |
| 7 | |
| 8 BEGIN samples_per_loc_prefilters | |
| 9 # Distribution of valid samples matched to a catalog locus prior to filtering. | |
| 10 n_samples n_loci | |
| 11 0 3 | |
| 12 END samples_per_loc_prefilters | |
| 13 | |
| 14 BEGIN missing_samples_per_loc_prefilters | |
| 15 | |
| 16 # Distribution of missing samples for each catalog locus prior to filtering. | |
| 17 # Absent samples at locus Count | |
| 18 2 3 | |
| 19 END missing_samples_per_loc_prefilters | |
| 20 | |
| 21 BEGIN snps_per_loc_prefilters | |
| 22 # Distribution of the number of SNPs per catalog locus prior to filtering. | |
| 23 n_snps n_loci | |
| 24 0 2 | |
| 25 2 1 | |
| 26 END snps_per_loc_prefilters | |
| 27 | |
| 28 BEGIN samples_per_loc_postfilters | |
| 29 # Distribution of valid samples matched to a catalog locus after filtering. | |
| 30 n_samples n_loci | |
| 31 0 3 | |
| 32 END samples_per_loc_postfilters | |
| 33 | |
| 34 BEGIN missing_samples_per_loc_postfilters | |
| 35 | |
| 36 # Distribution of missing samples for each catalog locus after filtering. | |
| 37 # Absent samples at locus Count | |
| 38 2 3 | |
| 39 END missing_samples_per_loc_postfilters | |
| 40 | |
| 41 BEGIN snps_per_loc_postfilters | |
| 42 # Distribution of the number of SNPs per catalog locus (after filtering). | |
| 43 n_snps n_loci | |
| 44 0 2 | |
| 45 2 1 | |
| 46 END snps_per_loc_postfilters |
