UPHL-BioNGS / Cecret

Reference-based consensus creation
MIT License
44 stars 22 forks source link

Uncommitted changes prevent updating Cecret #328

Closed DrB-S closed 1 month ago

DrB-S commented 1 month ago

nextflow pull UPHL-BioNGS/Cecret Checking UPHL-BioNGS/Cecret ... UPHL-BioNGS/Cecret contains uncommitted changes -- cannot pull from repository

Is there something I need to change at my end?

erinyoung commented 1 month ago

This is probably something with nextflow. You'll need to delete your local version and re-pull it.

Something like

rm -rf ~/.nextflow/*/UPHL-BioNGS/Cecret
nextflow pull UPHL-BioNGS/Cecret
DrB-S commented 1 month ago

Thanks! It is working now!