Closed dawnmy closed 4 years ago
This situation happens when there are some contigs in the coverage file, but not in the com_file file. Please filter the contigs. As for the following question, I didn't understand. Did you get two coverage files or one coverage file?
Best, Ziye
Sorry for the typo. There were two coverage files namely coverage_new.tsv
, and coverage.tsv
produced by run.sh when I used the both short reads and long reads for computing coverage. But the example command line has coverage files: coverage_sr_new.tsv
, coverage_pb_new.tsv
. Did I get something wrong?
The coverage_new.tsv
contains both Pacbio and short reads but with different ID . For ten samples, Pacbio starts from 11, while short reads starts from 1. Can I used this as input file for option --coverage_profiles?
You can use them as the input file for the option, but you should use "coverage_new_f1000.tsv" as the input if your com_file only contains the contigs longer than 1000bp. But I advise you to split the coverage file into the coverage file for long reads(coverage_pb) and the coverage for short reads (coverage_sr) as shown in "run.sh" and " split_coverage.py".
Best, Ziye
You can use them as the input file for the option, but you should use "coverage_new_f1000.tsv" as the input if your com_file only contains the contigs longer than 1000bp. But I advise you to split the coverage file into the coverage file for long reads(coverage_pb) and the coverage for short reads (coverage_sr) as shown in "run.sh" and " split_coverage.py".
Best, Ziye
Thank you for your explain. Just realized that the run.sh
did not work properly because package Click
was missing. This was why I was not able to find the coverage_sr_new.tsv
, coverage_pb_new.tsv
files. Maybe Click
should also be added into the conda env YAMl file.
Thanks for the kind reminder.
BTW, there were only two coverage files produced by
run.sh
even I used the both short reads and long reads for computing coverage. But the example command line has two coverage files:coverage_sr_new.tsv
,coverage_pb_new.tsv
. Did I get something wrong?