You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I received this error message during the alignment against the final reference block suggesting an illegal memory access. Would there be any quick way to align the final reference block without starting over (i.e. just pulling the fasta headers in ref_block_n.name and potentially all of the query blocks and treating them as a "genome" input)?
Error: cudaMemcpy of 4 bytes for num_anchors failed with error " invalid argument "
terminate called after throwing an instance of 'thrust::system::system_error'
what(): CUDA free failed: cudaErrorCudartUnloading: driver shutting down
/usr/local/bin/run_segalign: line 197: 19477 Aborted stdbuf -oL segalign $refPath $queryPath $DATA_FOLDER $optionalArguments
The text was updated successfully, but these errors were encountered:
I received this error message during the alignment against the final reference block suggesting an illegal memory access. Would there be any quick way to align the final reference block without starting over (i.e. just pulling the fasta headers in ref_block_n.name and potentially all of the query blocks and treating them as a "genome" input)?
Error: cudaMemcpy of 4 bytes for num_anchors failed with error " invalid argument "
terminate called after throwing an instance of 'thrust::system::system_error'
what(): CUDA free failed: cudaErrorCudartUnloading: driver shutting down
/usr/local/bin/run_segalign: line 197: 19477 Aborted stdbuf -oL segalign $refPath $queryPath $DATA_FOLDER $optionalArguments
The text was updated successfully, but these errors were encountered: