Skip to content

Conversation

@tcezard
Copy link
Member

@tcezard tcezard commented Jan 27, 2025

Automation to monitor RS duplicate accession

Comment on lines +88 to +90
java -Xmx6G -jar $params.clustering_jar --spring.config.location=file:$params.clustering_properties \
--spring.batch.job.names=DUPLICATE_RS_ACC_QC_JOB --parameters.rsAccFile=$accession_chunk \
--parameters.duplicateRSAccFile=$duplicate_accession_chunk
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
java -Xmx6G -jar $params.clustering_jar --spring.config.location=file:$params.clustering_properties \
--spring.batch.job.names=DUPLICATE_RS_ACC_QC_JOB --parameters.rsAccFile=$accession_chunk \
--parameters.duplicateRSAccFile=$duplicate_accession_chunk
java -Xmx6G -jar $params.clustering_jar --spring.config.location=file:$params.clustering_properties \
--spring.batch.job.names=DUPLICATE_RS_ACC_QC_JOB --parameters.rsAccFile=$accession_chunk \
--parameters.duplicateRSAccFile=$duplicate_accession_chunk
--parameters.runId=$(date +%s)

For the duplicate job issue, we can try adding a new parameter to make the job unique

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If they all start at the same time this would not be unique would it ?

@tcezard tcezard merged commit 27ae684 into EBIvariation:master Feb 3, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants