@@ -14,6 +14,12 @@ CroCo : a program to detect and remove cross contamination in assembled transcri
...
@@ -14,6 +14,12 @@ CroCo : a program to detect and remove cross contamination in assembled transcri
<br/><br/>
<br/><br/>
#### **Contacts**
Paul Simion : *polo.simion@gmail.com*
Khalid Belkhir : *khalid.belkhir@umontpellier.fr*
Maximilian Telford : *m.telford@ucl.ac.uk*
<divclass="page-break"></div>
<divclass="page-break"></div>
...
@@ -378,6 +384,7 @@ Transcriptomes should be in fasta format. It is good practice to avoid as much a
...
@@ -378,6 +384,7 @@ Transcriptomes should be in fasta format. It is good practice to avoid as much a
Reads fastq files should use Phred33 as quality score scheme, which is usually the case by default
Reads fastq files should use Phred33 as quality score scheme, which is usually the case by default
(If you are unsure in which quality score scheme your fastq files is encoded, see <https://en.wikipedia.org/wiki/FASTQ_format#Format>
(If you are unsure in which quality score scheme your fastq files is encoded, see <https://en.wikipedia.org/wiki/FASTQ_format#Format>
or use this nice python script here <https://github.com/brentp/bio-playground/blob/master/reads-utils/guess-encoding.py>).
or use this nice python script here <https://github.com/brentp/bio-playground/blob/master/reads-utils/guess-encoding.py>).
Lastly, it is allowed to use compressed `fastq.gz` as input files for CroCo if you select Kallisto as the mapping tool. This feature will be available for the other tools in the next version update of CroCo.