Skip to content

Changed 'manifest' format and merged into 'input' parameter#143

Merged
skrakau merged 5 commits intonf-core:devfrom
skrakau:new_input_processing
Dec 15, 2020
Merged

Changed 'manifest' format and merged into 'input' parameter#143
skrakau merged 5 commits intonf-core:devfrom
skrakau:new_input_processing

Conversation

@skrakau
Copy link
Copy Markdown
Member

@skrakau skrakau commented Dec 15, 2020

Changed manifest input format:

  • sampleId, lr, sr1, sr2 -> sampleId, groupId, sr1, sr2 [, lr]
  • added groupId (not used yet)
  • lr: long read file optional!

Needs to be TSV format now and has to be handed over also via --input parameter now.

I made a PR for the testate s well nf-core/test-datasets#208. The current CI tests will fail.

If you agree to this, the S3 manifest file needs to be updated as well.

PR checklist

  • This comment contains a description of changes (with reason)
  • CHANGELOG.md is updated
  • If you've fixed a bug or added code that should be tested, add tests!
  • Documentation in docs is updated
  • If necessary, also make a PR on the nf-core/mag branch on the nf-core/test-datasets repo

@skrakau skrakau marked this pull request as ready for review December 15, 2020 14:34
@skrakau skrakau requested a review from d4straub December 15, 2020 14:34
Copy link
Copy Markdown
Collaborator

@d4straub d4straub left a comment

Choose a reason for hiding this comment

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

Looks good, two change requests:

  • removing --manifest so sudden is probably not so good, could you instead (1) raise a warning when --manifest is specified saying that it is deprecated (2) forward --manifest into --input
  • add to the main.nf help & docu explicitely that the "tsv" extension is required for the mnaifest file.

@skrakau
Copy link
Copy Markdown
Member Author

skrakau commented Dec 15, 2020

Decided to return an error message when deprecated --manifest parameter is used and exit, since also the format changed.

@skrakau skrakau merged commit 074ec98 into nf-core:dev Dec 15, 2020
@skrakau skrakau deleted the new_input_processing branch May 31, 2021 13:38
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