Skip to content

Prevent corrupted data for GTF-files #73

Open
renewiegandt opened this issue Jan 15, 2019 · 2 comments
Open

Prevent corrupted data for GTF-files #73

renewiegandt opened this issue Jan 15, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@renewiegandt
Copy link
Collaborator

If the pipeline stops on an error before the download for the GTF-file is finished files get corrupted and not the full dataset is downloaded.
The current fix is to delete the data folder and to restart the script.

Possible solutions:

  • delete data automatically on error
  • compare checksum of files
@renewiegandt renewiegandt added the enhancement New feature or request label Jan 15, 2019
@renewiegandt
Copy link
Collaborator Author

Option 3: Nextflow has the option to select scripts which will be finished even after an error occurs while running a different script.
process ... {
errorStrategy 'finish'
}

@renewiegandt
Copy link
Collaborator Author

errorStategy 'finish' is implemented but I am not sure if it does what its supposed to do.
More tests need to be done.

Sign in to join this conversation on GitHub.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant