WuChangCheng

Results 4 comments of WuChangCheng

Adding the ```skip_ckeck=true``` to your configure ```fc_run.cfg``` file, then re-submit it. Also, you can read this [issue](https://github.com/PacificBiosciences/FALCON/issues/515).

You should ```touch``` one new ```run.sh.done``` file as other finished jobs. Then the ```fc_run``` will treat it as ```done``` job. I suggest you always run the ```run.sh``` script in all...

Yes, I applied it in D_melanogaster. But, the question is that the TE reference and aligned regions (in TE) reported in the *.out file were not properly paired. eg. ```Jockey-3_DGri...

As the [offical site ](https://caml.inria.fr/pub/docs/manual-ocaml/libref/String.html) tells, this problem may results by the difference between `String` and `Bytes` of the recent compiler. To solve it, you can edit two Makefile in...