Mercurial > repos > frogs > frogs_3_1_0
comparison test-data/references/03-chimera.log @ 0:59bc96331073 draft default tip
planemo upload for repository https://github.com/geraldinepascal/FROGS-wrappers/tree/v3.1.0 commit 08296fc88e3e938c482c631bd515b3b7a0499647
author | frogs |
---|---|
date | Thu, 28 Feb 2019 10:14:49 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:59bc96331073 |
---|---|
1 ## Application | |
2 Software :/home/maria/workspace/git/FROGS/FROGS_master/test/../app/remove_chimera.py (version : 3.1) | |
3 Command : /home/maria/workspace/git/FROGS/FROGS_master/test/../app/remove_chimera.py --input-fasta res/02-clustering.fasta --input-biom res/02-clustering.biom --non-chimera res/03-chimera.fasta --out-abundance res/03-chimera.biom --summary res/03-chimera.html --log-file res/03-chimera.log --nb-cpus 4 | |
4 | |
5 ######################################################################################################## | |
6 # Removes PCR chimera by samples. (parallelChimera.py version : 0.7.1 [vsearch v2.6.2_linux_x86_64]) | |
7 Command: | |
8 parallelChimera.py --lenient-filter --nb-cpus 4 --sequences res/02-clustering.fasta --biom res/02-clustering.biom --non-chimera res/03-chimera.fasta --out-abundance res/03-chimera.biom --summary res/1550052794.75_3868_03-chimera.fasta_summary.tsv --log-file res/1550052794.75_3868_03-chimera.fasta_tmp.log | |
9 | |
10 Execution: | |
11 start: 13 Feb 2019 11:13:14 | |
12 end: 13 Feb 2019 11:13:53 | |
13 | |
14 | |
15 | |
16 ##Sample : 01 | |
17 ## Vsearch command: vsearch --uchime_denovo res/1550052794.82_3873_01.fasta.tmp --nonchimeras res/1550052794.82_3873_01.fasta --uchimeout res/1550052794.82_3873_01.fasta.log | |
18 ##Results | |
19 sample_name: 01 | |
20 nb_chimera: 14 | |
21 chimera_abun: 14 | |
22 max_chimera_abun: 1 | |
23 nb_non_chimera: 14795 | |
24 non_chimera_abun: 29986 | |
25 | |
26 ##Sample : 02 | |
27 ## Vsearch command: vsearch --uchime_denovo res/1550052794.82_3873_02.fasta.tmp --nonchimeras res/1550052794.82_3873_02.fasta --uchimeout res/1550052794.82_3873_02.fasta.log | |
28 ##Results | |
29 sample_name: 02 | |
30 nb_chimera: 7 | |
31 chimera_abun: 7 | |
32 max_chimera_abun: 1 | |
33 nb_non_chimera: 14930 | |
34 non_chimera_abun: 29993 | |
35 | |
36 ##Sample : 03 | |
37 ## Vsearch command: vsearch --uchime_denovo res/1550052794.82_3873_03.fasta.tmp --nonchimeras res/1550052794.82_3873_03.fasta --uchimeout res/1550052794.82_3873_03.fasta.log | |
38 ##Results | |
39 sample_name: 03 | |
40 nb_chimera: 3 | |
41 chimera_abun: 3 | |
42 max_chimera_abun: 1 | |
43 nb_non_chimera: 14899 | |
44 non_chimera_abun: 29997 | |
45 | |
46 | |
47 ## Removes the chimera observation from BIOM. | |
48 | |
49 |