10XGenomics / bamtofastq

Convert 10x BAM files to the original FASTQs compatible with 10x pipelines
MIT License
59 stars 6 forks source link

error[E0107]: wrong number of type arguments: expected 1, found 2 #4

Closed LemonJuice84 closed 5 years ago

LemonJuice84 commented 5 years ago

I'm trying to install bamtofastq with different version of Rust(v1.28,v.1.32,v1.33) but I always got the following error:

error[E0107]: wrong number of type arguments: expected 1, found 2 --> src/main.rs:172:21 | 172 | impl SortKey<SerFq, Vec> for SerFqSort { | ^^^^^^^ unexpected type argument

error: aborting due to previous error

For more information about this error, try rustc --explain E0107. error: Could not compile bamtofastq.

pmarks commented 5 years ago

Hi @LemonJuice84 - are you using the original Cargo.lock file that comes with the checkout? It looks like you're using an incompatible version of our shardio library, which could happen if you deleted the Cargo.lock fille, or ran cargo update. Can you re-try with the original Cargo.lock?