epi2me-labs / wf-16s

Other
22 stars 5 forks source link

How to pull a previous version of the workflow? #19

Closed irc47 closed 5 months ago

irc47 commented 5 months ago

Ask away!

Hi All, I am looking to run a previous version of the workflow for reproducibility. Can anyone provide guidance on how to pull a specific version with nextflow? Thank you!

julibeg commented 5 months ago

Hi @irc47, on the command line, you can add -r vX.Y.Z to your command.

For instance, the wf-16s example command would then be

nextflow run epi2me-labs/wf-16s \ 
    --fastq 'wf-16s-demo/test_data' \ 
    --minimap2_by_reference \
    -r v1.1.3

for version 1.1.3.

In the EPI2ME Desktop Application, you can click the "Switch revision" button in the workflow's Overview page to choose a different version.

irc47 commented 5 months ago

Thank you!

Get Outlook for iOShttps://aka.ms/o0ukef


From: Julian Libiseller-Egger @.> Sent: Tuesday, June 11, 2024 5:20:51 AM To: epi2me-labs/wf-16s @.> Cc: Ilana Cohen @.>; Mention @.> Subject: [EXTERNAL]Re: [epi2me-labs/wf-16s] How to pull a previous version of the workflow? (Issue #19)

ATTENTION: This email came from an external source. Do not open attachments or click on links from unknown senders or unexpected emails.

Hi @irc47https://github.com/irc47, on the command line, you can add -r vX.Y.Z to your command.

For instance, the wf-16s example command would then be

nextflow run epi2me-labs/wf-16s \ --fastq 'wf-16s-demo/test_data' \ --minimap2_by_reference \ -r v1.1.3

for version 1.1.3.

In the EPI2ME Desktop Application, you can click the "Switch revision" button in the workflow's Overview page to choose a different version.

— Reply to this email directly, view it on GitHubhttps://github.com/epi2me-labs/wf-16s/issues/19#issuecomment-2160218327, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BGDH5MKMQUYQ6BJTRDJXADLZG26PHAVCNFSM6AAAAABJDJJ2J6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRQGIYTQMZSG4. You are receiving this because you were mentioned.Message ID: @.***>