Closed casaburi closed 11 years ago
I like it. I think you made this change incorrectly though. You should start from master (git checkout master
), pull the latest version (git pull upstream master
), create a new branch specifically for this change (e.g., git checkout -b change-name
), make the changes, commit, push, and issue pull request. That PR will then only include your latest changes to README.md
- notice that this PR also has all of your changes to sra_to_qiime.py
.
If you get an error when you run git pull upstream master
you probably haven't added an upstream repository yet. To do that, you can run git upstream add git@github.com:gregcaporaso/meta-miRNA.git
.
I'm going to close this pull request, and you can re-issue a new one with only the changes to README.md
.
miMAP - miRNAs meta analysis pipeline
What do you think?