This repository has been archived by the owner on Jan 27, 2020. It is now read-only.
forked from nf-core/sarek
-
Notifications
You must be signed in to change notification settings - Fork 7
Remapping #717
Merged
Merged
Remapping #717
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
bdfb0bc
add remapping step
maxulysse 721253a
rename fastqFiles channel into inputFiles channel
maxulysse d069bc2
update CHANGELOG [skip ci]
maxulysse 64c832e
Merge branch 'dev' into remapping
maxulysse ba16666
add more comments to explain
maxulysse 48bb057
Merge remote-tracking branch 'upstream/dev' into remapping
maxulysse d9d56f1
Merge branch 'remapping' of github.com:MaxUlysse/Sarek into remapping
maxulysse 44fa3a9
Merge branch 'dev' into remapping
maxulysse 0ab55f8
Merge remote-tracking branch 'upstream/dev' into remapping
maxulysse 716290e
--sample is now sorking for a TSV file with BAMs or FASTQ
maxulysse 4f8bdf5
update CHANGELOG [skip ci]
maxulysse 250732a
update docs [skip ci]
maxulysse bef22b5
rewrote checkFileExtension() in hasExtension()
maxulysse ce54952
improve extractSample()
maxulysse 0ec40c1
typo
maxulysse 63ae63f
update CHANGELOG [skip ci]
maxulysse 5af588e
Merge branch 'dev' into remapping
maxulysse File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably allow fq.gz as well right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can think of it in the extractSample() function, but currently I can't think of anyone asking me about this particular
.fq.gz
extension.