Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add changes from additional fasta PR #419

Merged
merged 51 commits into from Jun 8, 2020

Conversation

pranathivemuri
Copy link
Contributor

Many thanks to contributing to nf-core/rnaseq!

To ensure that your build passes, please make sure your pull request is to the dev branch rather than to master. Thank you!

Please fill in the appropriate checklist below (delete whatever is not relevant). These are the most common things requested on pull requests (PRs).

PR checklist

  • PR is to dev rather than master
  • This comment contains a description of changes (with reason)
  • If you've fixed a bug or added code that should be tested, add tests!
  • If necessary, also make a PR on the nf-core/rnaseq branch on the nf-core/test-datasets repo
  • Ensure the test suite passes (nextflow run . -profile test,docker).
  • Make sure your code lints (nf-core lint .).
  • Documentation in docs is updated
  • CHANGELOG.md is updated
  • README.md is updated

Learn more about contributing: https://github.com/nf-core/rnaseq/tree/master/.github/CONTRIBUTING.md

@olgabot olgabot changed the base branch from master to dev May 22, 2020 20:31
main.nf Show resolved Hide resolved
pranathivemuri and others added 3 commits May 22, 2020 15:17
@@ -298,9 +332,7 @@ if (params.gtf) {
Channel
.fromPath(params.gtf, checkIfExists: true)
.ifEmpty { exit 1, "GTF annotation file not found: ${params.gtf}" }
.into { gtf_makeSTARindex; gtf_makeHisatSplicesites; gtf_makeHISATindex; gtf_makeSalmonIndex; gtf_makeBED12;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@olgabot I am not sure if this change is correct - But I did it to not have the channels called by the operator here and in the later steps as outputs.

.github/workflows/ci.yml Outdated Show resolved Hide resolved
.travis.yml Outdated Show resolved Hide resolved
@pranathivemuri
Copy link
Contributor Author

same as PR - #208

bin/fasta2gtf.py Outdated Show resolved Hide resolved
bin/fasta2gtf.py Outdated Show resolved Hide resolved
@pranathivemuri
Copy link
Contributor Author

@olgabot please review?

Copy link
Contributor

@olgabot olgabot left a comment

Choose a reason for hiding this comment

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

Excited to see this get in!

main.nf Outdated
@@ -395,6 +417,9 @@ if (params.genome) summary['Genome'] = params.genome
if (params.pico) summary['Library Prep'] = "SMARTer Stranded Total RNA-Seq Kit - Pico Input"
summary['Strandedness'] = (unStranded ? 'None' : forwardStranded ? 'Forward' : reverseStranded ? 'Reverse' : 'None')
summary['Trimming'] = "5'R1: $clip_r1 / 5'R2: $clip_r2 / 3'R1: $three_prime_clip_r1 / 3'R2: $three_prime_clip_r2 / NextSeq Trim: $params.trim_nextseq"
if (params.additional_fasta){
Copy link
Contributor

Choose a reason for hiding this comment

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

Can this if statement be on one line?

Copy link
Member

@apeltzer apeltzer left a comment

Choose a reason for hiding this comment

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

Except for the Dockerfile / sysctl stuff, I'm happy with this 👍

Need to think about making all of this a bit more modular using DSLv2 soon, but thats something for a different discussion/PR :-)

Dockerfile Outdated
@@ -11,3 +11,4 @@ ENV PATH /opt/conda/envs/nf-core-rnaseq-1.4.3dev/bin:$PATH

# Dump the details of the installed packages to a file for posterity
RUN conda env export --name nf-core-rnaseq-1.4.3dev > nf-core-rnaseq-1.4.3dev.yml
COPY assets/sysctl.conf /etc/sysctl.conf
Copy link
Member

Choose a reason for hiding this comment

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

Mhm, this seems to be changing stuff that might affect others too - maybe get rid of this?

@@ -0,0 +1 @@
vm.nr_hugepages=128
Copy link
Member

Choose a reason for hiding this comment

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

See above ;-)

@pranathivemuri
Copy link
Contributor Author

@olgabot @apeltzer please review again and feel free to merge it!

@pranathivemuri
Copy link
Contributor Author

@olgabot @apeltzer please review again and feel free to merge it!

@apeltzer
Copy link
Member

apeltzer commented Jun 8, 2020

Could you fix the markdown issues once more?

/home/runner/work/rnaseq/rnaseq/CHANGELOG.md:19 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "* Builds are done on GitHub Ac..."]
/home/runner/work/rnaseq/rnaseq/CHANGELOG.md:20:1 MD004/ul-style Unordered list style [Expected: asterisk; Actual: dash]
/home/runner/work/rnaseq/rnaseq/CHANGELOG.md:20 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- Add option for `--additional..."]
/home/runner/work/rnaseq/rnaseq/CHANGELOG.md:22 MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
##[error]Process completed with exit code 1.

Copy link
Member

@apeltzer apeltzer left a comment

Choose a reason for hiding this comment

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

Thank you for fixing everything @pranathivemuri !

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.

None yet

3 participants