Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 10.0.0 Major Release
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Fall 5
Description
Situation: There are several steps in order to fetch Kaushik's htsjdk-igb changes from his branch and then to create and deploy the artifact.
Task:
- Fetch Kaushik's branch. Kaushik's branch (igb_main-3.0.0) is created from a fork of htsjdk tag 3.0.0. Github will not allow Kaushik to create a pull request to an "empty" branch. We think the easiest solution would be for Dr. Loraine to clone the lorainelab htsjdk-igb repo on her local machine, then fetch Kaushik's branch and then push it to the lorainelab htsjdk-igb repo. For example:
- Clone the lorainelab htsjdk-igb repo:
git clone https://github.com/lorainelab/htsjdk-igb.git
- Fetch Kaushik's branch:
git fetch https://github.com/kaushik-gopu1998/htsjdk-kg igb_main-3.0.0:igb-3.0.0
- Note that we are changing the name of Kaushik's branch to igb-3.0.0 so that it is in line with the current branch name convention of htsjdk-igb
- Push Kaushik's branch:
git push origin igb-3.0.0
- Clone the lorainelab htsjdk-igb repo:
- Build the igb-3.0.0 htsjdk-igb artifact.
- Checkout the igb-3.0.0 branch:
git checkout igb-3.0.0
- Run:
gradle jar
- A folder named build will appear after running the above command. Look for htsjdk-igb-3.0.0.jar in build/libs folder.
- Checkout the igb-3.0.0 branch:
- Deploy the artifact to https://nexus.bioviz.org/
Once the artifact has been deployed we will need to update the bigwig repo (see IGBF-3465). Kaushik will then need to create a pull request from his IGB branch (see IGBF-3464).
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Description |
Situation: There are several steps in order to fetch Kaushik's htsjdk-igb changes from his branch and then to create and deploy the artifact.
Task: # Fetch Kaushik's branch. |
Situation: There are several steps in order to fetch Kaushik's htsjdk-igb changes from his branch and then to create and deploy the artifact.
Task: # Fetch Kaushik's branch. [Kaushik's branch|https://github.com/kaushik-gopu1998/htsjdk-kg] (igb_main-3.0.0) is created from a fork of htsjdk tag 3.0.0. Github will not allow Kaushik to create a pull request to an "empty" branch. We think the easiest solution would be for Dr. Loraine to clone the [lorainelab htsjdk-igb|https://github.com/lorainelab/htsjdk-igb] repo on her local machine, then fetch Kaushik's branch and then push it to the lorainelab htsjdk-igb repo. For example: ## Clone the lorainelab htsjdk-igb repo: {code}git clone https://github.com/lorainelab/htsjdk-igb.git{code} ## Fetch Kaushik's branch: {code}git fetch https://github.com/kaushik-gopu1998/htsjdk-kg igb_main-3.0.0:igb_main-3.0.0{code} ## Push Kaushik's branch: {code}git push origin igb_main-3.0.0{code} |
Description |
Situation: There are several steps in order to fetch Kaushik's htsjdk-igb changes from his branch and then to create and deploy the artifact.
Task: # Fetch Kaushik's branch. [Kaushik's branch|https://github.com/kaushik-gopu1998/htsjdk-kg] (igb_main-3.0.0) is created from a fork of htsjdk tag 3.0.0. Github will not allow Kaushik to create a pull request to an "empty" branch. We think the easiest solution would be for Dr. Loraine to clone the [lorainelab htsjdk-igb|https://github.com/lorainelab/htsjdk-igb] repo on her local machine, then fetch Kaushik's branch and then push it to the lorainelab htsjdk-igb repo. For example: ## Clone the lorainelab htsjdk-igb repo: {code}git clone https://github.com/lorainelab/htsjdk-igb.git{code} ## Fetch Kaushik's branch: {code}git fetch https://github.com/kaushik-gopu1998/htsjdk-kg igb_main-3.0.0:igb_main-3.0.0{code} ## Push Kaushik's branch: {code}git push origin igb_main-3.0.0{code} |
Situation: There are several steps in order to fetch Kaushik's htsjdk-igb changes from his branch and then to create and deploy the artifact.
Task: # *Fetch Kaushik's branch*. [Kaushik's branch|https://github.com/kaushik-gopu1998/htsjdk-kg] (igb_main-3.0.0) is created from a fork of htsjdk tag 3.0.0. Github will not allow Kaushik to create a pull request to an "empty" branch. We think the easiest solution would be for Dr. Loraine to clone the [lorainelab htsjdk-igb|https://github.com/lorainelab/htsjdk-igb] repo on her local machine, then fetch Kaushik's branch and then push it to the lorainelab htsjdk-igb repo. For example: ## Clone the lorainelab htsjdk-igb repo: {code}git clone https://github.com/lorainelab/htsjdk-igb.git{code} ## Fetch Kaushik's branch: {code}git fetch https://github.com/kaushik-gopu1998/htsjdk-kg igb_main-3.0.0:igb_main-3.0.0{code} ## Push Kaushik's branch: {code}git push origin igb_main-3.0.0{code} # *Build the igb_main-3.0.0 htsjdk-igb artifact*. ## Checkout the igb_main-3.0.0 branch: {code}git checkout igb_main-3.0.0{code} ## Run: {code}gradle jar{code} ## A folder named build will appear after running the above command. Look for htsjdk-igb-3.0.0.jar in build/libs folder. # *Deploy the artifact to https://nexus.bioviz.org/* Once the artifact has been deployed we will need to update the [bigwig|https://bitbucket.org/lorainelab/bigwig/src/master/] repo (see |
Description |
Situation: There are several steps in order to fetch Kaushik's htsjdk-igb changes from his branch and then to create and deploy the artifact.
Task: # *Fetch Kaushik's branch*. [Kaushik's branch|https://github.com/kaushik-gopu1998/htsjdk-kg] (igb_main-3.0.0) is created from a fork of htsjdk tag 3.0.0. Github will not allow Kaushik to create a pull request to an "empty" branch. We think the easiest solution would be for Dr. Loraine to clone the [lorainelab htsjdk-igb|https://github.com/lorainelab/htsjdk-igb] repo on her local machine, then fetch Kaushik's branch and then push it to the lorainelab htsjdk-igb repo. For example: ## Clone the lorainelab htsjdk-igb repo: {code}git clone https://github.com/lorainelab/htsjdk-igb.git{code} ## Fetch Kaushik's branch: {code}git fetch https://github.com/kaushik-gopu1998/htsjdk-kg igb_main-3.0.0:igb_main-3.0.0{code} ## Push Kaushik's branch: {code}git push origin igb_main-3.0.0{code} # *Build the igb_main-3.0.0 htsjdk-igb artifact*. ## Checkout the igb_main-3.0.0 branch: {code}git checkout igb_main-3.0.0{code} ## Run: {code}gradle jar{code} ## A folder named build will appear after running the above command. Look for htsjdk-igb-3.0.0.jar in build/libs folder. # *Deploy the artifact to https://nexus.bioviz.org/* Once the artifact has been deployed we will need to update the [bigwig|https://bitbucket.org/lorainelab/bigwig/src/master/] repo (see |
Situation: There are several steps in order to fetch Kaushik's htsjdk-igb changes from his branch and then to create and deploy the artifact.
Task: # *Fetch Kaushik's branch*. [Kaushik's branch|https://github.com/kaushik-gopu1998/htsjdk-kg] (igb_main-3.0.0) is created from a fork of htsjdk tag 3.0.0. Github will not allow Kaushik to create a pull request to an "empty" branch. We think the easiest solution would be for Dr. Loraine to clone the [lorainelab htsjdk-igb|https://github.com/lorainelab/htsjdk-igb] repo on her local machine, then fetch Kaushik's branch and then push it to the lorainelab htsjdk-igb repo. For example: ## Clone the lorainelab htsjdk-igb repo: {code}git clone https://github.com/lorainelab/htsjdk-igb.git{code} ## Fetch Kaushik's branch: {code}git fetch https://github.com/kaushik-gopu1998/htsjdk-kg igb_main-3.0.0:igb_main-3.0.0{code} ## Push Kaushik's branch: {code}git push origin igb_main-3.0.0{code} # *Build the igb_main-3.0.0 htsjdk-igb artifact*. ## Checkout the igb_main-3.0.0 branch: {code}git checkout igb_main-3.0.0{code} ## Run: {code}gradle jar{code} ## A folder named build will appear after running the above command. Look for htsjdk-igb-3.0.0.jar in build/libs folder. # *Deploy the artifact to [https://nexus.bioviz.org/|https://nexus.bioviz.org/]* Once the artifact has been deployed we will need to update the [bigwig|https://bitbucket.org/lorainelab/bigwig/src/master/] repo (see |
Description |
Situation: There are several steps in order to fetch Kaushik's htsjdk-igb changes from his branch and then to create and deploy the artifact.
Task: # *Fetch Kaushik's branch*. [Kaushik's branch|https://github.com/kaushik-gopu1998/htsjdk-kg] (igb_main-3.0.0) is created from a fork of htsjdk tag 3.0.0. Github will not allow Kaushik to create a pull request to an "empty" branch. We think the easiest solution would be for Dr. Loraine to clone the [lorainelab htsjdk-igb|https://github.com/lorainelab/htsjdk-igb] repo on her local machine, then fetch Kaushik's branch and then push it to the lorainelab htsjdk-igb repo. For example: ## Clone the lorainelab htsjdk-igb repo: {code}git clone https://github.com/lorainelab/htsjdk-igb.git{code} ## Fetch Kaushik's branch: {code}git fetch https://github.com/kaushik-gopu1998/htsjdk-kg igb_main-3.0.0:igb_main-3.0.0{code} ## Push Kaushik's branch: {code}git push origin igb_main-3.0.0{code} # *Build the igb_main-3.0.0 htsjdk-igb artifact*. ## Checkout the igb_main-3.0.0 branch: {code}git checkout igb_main-3.0.0{code} ## Run: {code}gradle jar{code} ## A folder named build will appear after running the above command. Look for htsjdk-igb-3.0.0.jar in build/libs folder. # *Deploy the artifact to [https://nexus.bioviz.org/|https://nexus.bioviz.org/]* Once the artifact has been deployed we will need to update the [bigwig|https://bitbucket.org/lorainelab/bigwig/src/master/] repo (see |
Situation: There are several steps in order to fetch Kaushik's htsjdk-igb changes from his branch and then to create and deploy the artifact.
Task: # *Fetch Kaushik's branch*. [Kaushik's branch|https://github.com/kaushik-gopu1998/htsjdk-kg] (igb_main-3.0.0) is created from a fork of htsjdk tag 3.0.0. Github will not allow Kaushik to create a pull request to an "empty" branch. We think the easiest solution would be for Dr. Loraine to clone the [lorainelab htsjdk-igb|https://github.com/lorainelab/htsjdk-igb] repo on her local machine, then fetch Kaushik's branch and then push it to the lorainelab htsjdk-igb repo. For example: ## Clone the lorainelab htsjdk-igb repo: {code}git clone https://github.com/lorainelab/htsjdk-igb.git{code} ## Fetch Kaushik's branch: {code}git fetch https://github.com/kaushik-gopu1998/htsjdk-kg igb_main-3.0.0:igb_main-3.0.0{code} ## Push Kaushik's branch: {code}git push origin igb_main-3.0.0{code} # *Build the igb_main-3.0.0 htsjdk-igb artifact*. ## Checkout the igb_main-3.0.0 branch: {code}git checkout igb_main-3.0.0{code} ## Run: {code}gradle jar{code} *** A folder named build will appear after running the above command. Look for htsjdk-igb-3.0.0.jar in build/libs folder. # *Deploy the artifact to [https://nexus.bioviz.org/|https://nexus.bioviz.org/]* Once the artifact has been deployed we will need to update the [bigwig|https://bitbucket.org/lorainelab/bigwig/src/master/] repo (see |
Description |
Situation: There are several steps in order to fetch Kaushik's htsjdk-igb changes from his branch and then to create and deploy the artifact.
Task: # *Fetch Kaushik's branch*. [Kaushik's branch|https://github.com/kaushik-gopu1998/htsjdk-kg] (igb_main-3.0.0) is created from a fork of htsjdk tag 3.0.0. Github will not allow Kaushik to create a pull request to an "empty" branch. We think the easiest solution would be for Dr. Loraine to clone the [lorainelab htsjdk-igb|https://github.com/lorainelab/htsjdk-igb] repo on her local machine, then fetch Kaushik's branch and then push it to the lorainelab htsjdk-igb repo. For example: ## Clone the lorainelab htsjdk-igb repo: {code}git clone https://github.com/lorainelab/htsjdk-igb.git{code} ## Fetch Kaushik's branch: {code}git fetch https://github.com/kaushik-gopu1998/htsjdk-kg igb_main-3.0.0:igb_main-3.0.0{code} ## Push Kaushik's branch: {code}git push origin igb_main-3.0.0{code} # *Build the igb_main-3.0.0 htsjdk-igb artifact*. ## Checkout the igb_main-3.0.0 branch: {code}git checkout igb_main-3.0.0{code} ## Run: {code}gradle jar{code} *** A folder named build will appear after running the above command. Look for htsjdk-igb-3.0.0.jar in build/libs folder. # *Deploy the artifact to [https://nexus.bioviz.org/|https://nexus.bioviz.org/]* Once the artifact has been deployed we will need to update the [bigwig|https://bitbucket.org/lorainelab/bigwig/src/master/] repo (see |
Situation: There are several steps in order to fetch Kaushik's htsjdk-igb changes from his branch and then to create and deploy the artifact.
Task: # *Fetch Kaushik's branch*. [Kaushik's branch|https://github.com/kaushik-gopu1998/htsjdk-kg] (igb_main-3.0.0) is created from a fork of htsjdk tag 3.0.0. Github will not allow Kaushik to create a pull request to an "empty" branch. We think the easiest solution would be for Dr. Loraine to clone the [lorainelab htsjdk-igb|https://github.com/lorainelab/htsjdk-igb] repo on her local machine, then fetch Kaushik's branch and then push it to the lorainelab htsjdk-igb repo. For example: ## Clone the lorainelab htsjdk-igb repo: {code}git clone https://github.com/lorainelab/htsjdk-igb.git{code} ## Fetch Kaushik's branch: {code}git fetch https://github.com/kaushik-gopu1998/htsjdk-kg igb_main-3.0.0:igb_main-3.0.0{code} ## Push Kaushik's branch: {code}git push origin igb_main-3.0.0{code} # *Build the igb_main-3.0.0 htsjdk-igb artifact*. ## Checkout the igb_main-3.0.0 branch: {code}git checkout igb_main-3.0.0{code} ## Run: {code}gradle jar{code} ## A folder named build will appear after running the above command. Look for htsjdk-igb-3.0.0.jar in build/libs folder. # *Deploy the artifact to [https://nexus.bioviz.org/|https://nexus.bioviz.org/]* Once the artifact has been deployed we will need to update the [bigwig|https://bitbucket.org/lorainelab/bigwig/src/master/] repo (see |
Description |
Situation: There are several steps in order to fetch Kaushik's htsjdk-igb changes from his branch and then to create and deploy the artifact.
Task: # *Fetch Kaushik's branch*. [Kaushik's branch|https://github.com/kaushik-gopu1998/htsjdk-kg] (igb_main-3.0.0) is created from a fork of htsjdk tag 3.0.0. Github will not allow Kaushik to create a pull request to an "empty" branch. We think the easiest solution would be for Dr. Loraine to clone the [lorainelab htsjdk-igb|https://github.com/lorainelab/htsjdk-igb] repo on her local machine, then fetch Kaushik's branch and then push it to the lorainelab htsjdk-igb repo. For example: ## Clone the lorainelab htsjdk-igb repo: {code}git clone https://github.com/lorainelab/htsjdk-igb.git{code} ## Fetch Kaushik's branch: {code}git fetch https://github.com/kaushik-gopu1998/htsjdk-kg igb_main-3.0.0:igb_main-3.0.0{code} ## Push Kaushik's branch: {code}git push origin igb_main-3.0.0{code} # *Build the igb_main-3.0.0 htsjdk-igb artifact*. ## Checkout the igb_main-3.0.0 branch: {code}git checkout igb_main-3.0.0{code} ## Run: {code}gradle jar{code} ## A folder named build will appear after running the above command. Look for htsjdk-igb-3.0.0.jar in build/libs folder. # *Deploy the artifact to [https://nexus.bioviz.org/|https://nexus.bioviz.org/]* Once the artifact has been deployed we will need to update the [bigwig|https://bitbucket.org/lorainelab/bigwig/src/master/] repo (see |
Situation: There are several steps in order to fetch Kaushik's htsjdk-igb changes from his branch and then to create and deploy the artifact.
Task: # *Fetch Kaushik's branch*. [Kaushik's branch|https://github.com/kaushik-gopu1998/htsjdk-kg] (igb_main-3.0.0) is created from a fork of htsjdk tag 3.0.0. Github will not allow Kaushik to create a pull request to an "empty" branch. We think the easiest solution would be for Dr. Loraine to clone the [lorainelab htsjdk-igb|https://github.com/lorainelab/htsjdk-igb] repo on her local machine, then fetch Kaushik's branch and then push it to the lorainelab htsjdk-igb repo. For example: ## Clone the lorainelab htsjdk-igb repo: {code}git clone https://github.com/lorainelab/htsjdk-igb.git{code} ## Fetch Kaushik's branch: {code}git fetch https://github.com/kaushik-gopu1998/htsjdk-kg igb_main-3.0.0:igb_main-3.0.0{code} ## Push Kaushik's branch: {code}git push origin igb_main-3.0.0{code} # *Build the igb_main-3.0.0 htsjdk-igb artifact*. ## Checkout the igb_main-3.0.0 branch: {code}git checkout igb_main-3.0.0{code} ## Run: {code}gradle jar{code} ## A folder named build will appear after running the above command. Look for htsjdk-igb-3.0.0.jar in build/libs folder. # *Deploy the artifact to [https://nexus.bioviz.org/|https://nexus.bioviz.org/]* Once the artifact has been deployed we will need to update the [bigwig|https://bitbucket.org/lorainelab/bigwig/src/master/] repo (see |
Summary | Get new htsjdk changes and deploy artifact | Get new htsjdk-igb changes and deploy artifact |
Status | To-Do [ 10305 ] | In Progress [ 3 ] |
Description |
Situation: There are several steps in order to fetch Kaushik's htsjdk-igb changes from his branch and then to create and deploy the artifact.
Task: # *Fetch Kaushik's branch*. [Kaushik's branch|https://github.com/kaushik-gopu1998/htsjdk-kg] (igb_main-3.0.0) is created from a fork of htsjdk tag 3.0.0. Github will not allow Kaushik to create a pull request to an "empty" branch. We think the easiest solution would be for Dr. Loraine to clone the [lorainelab htsjdk-igb|https://github.com/lorainelab/htsjdk-igb] repo on her local machine, then fetch Kaushik's branch and then push it to the lorainelab htsjdk-igb repo. For example: ## Clone the lorainelab htsjdk-igb repo: {code}git clone https://github.com/lorainelab/htsjdk-igb.git{code} ## Fetch Kaushik's branch: {code}git fetch https://github.com/kaushik-gopu1998/htsjdk-kg igb_main-3.0.0:igb_main-3.0.0{code} ## Push Kaushik's branch: {code}git push origin igb_main-3.0.0{code} # *Build the igb_main-3.0.0 htsjdk-igb artifact*. ## Checkout the igb_main-3.0.0 branch: {code}git checkout igb_main-3.0.0{code} ## Run: {code}gradle jar{code} ## A folder named build will appear after running the above command. Look for htsjdk-igb-3.0.0.jar in build/libs folder. # *Deploy the artifact to [https://nexus.bioviz.org/|https://nexus.bioviz.org/]* Once the artifact has been deployed we will need to update the [bigwig|https://bitbucket.org/lorainelab/bigwig/src/master/] repo (see |
Situation: There are several steps in order to fetch Kaushik's htsjdk-igb changes from his branch and then to create and deploy the artifact.
Task: # *Fetch Kaushik's branch*. [Kaushik's branch|https://github.com/kaushik-gopu1998/htsjdk-kg] (igb_main-3.0.0) is created from a fork of htsjdk tag 3.0.0. Github will not allow Kaushik to create a pull request to an "empty" branch. We think the easiest solution would be for Dr. Loraine to clone the [lorainelab htsjdk-igb|https://github.com/lorainelab/htsjdk-igb] repo on her local machine, then fetch Kaushik's branch and then push it to the lorainelab htsjdk-igb repo. For example: ## Clone the lorainelab htsjdk-igb repo: {code}git clone https://github.com/lorainelab/htsjdk-igb.git{code} ## Fetch Kaushik's branch: {code}git fetch https://github.com/kaushik-gopu1998/htsjdk-kg igb_main-3.0.0:igb-3.0.0{code} ## Push Kaushik's branch: {code}git push origin igb-3.0.0{code} # *Build the igb-3.0.0 htsjdk-igb artifact*. ## Checkout the igb-3.0.0 branch: {code}git checkout igb-3.0.0{code} ## Run: {code}gradle jar{code} ## A folder named build will appear after running the above command. Look for htsjdk-igb-3.0.0.jar in build/libs folder. # *Deploy the artifact to [https://nexus.bioviz.org/|https://nexus.bioviz.org/]* Once the artifact has been deployed we will need to update the [bigwig|https://bitbucket.org/lorainelab/bigwig/src/master/] repo (see |
Description |
Situation: There are several steps in order to fetch Kaushik's htsjdk-igb changes from his branch and then to create and deploy the artifact.
Task: # *Fetch Kaushik's branch*. [Kaushik's branch|https://github.com/kaushik-gopu1998/htsjdk-kg] (igb_main-3.0.0) is created from a fork of htsjdk tag 3.0.0. Github will not allow Kaushik to create a pull request to an "empty" branch. We think the easiest solution would be for Dr. Loraine to clone the [lorainelab htsjdk-igb|https://github.com/lorainelab/htsjdk-igb] repo on her local machine, then fetch Kaushik's branch and then push it to the lorainelab htsjdk-igb repo. For example: ## Clone the lorainelab htsjdk-igb repo: {code}git clone https://github.com/lorainelab/htsjdk-igb.git{code} ## Fetch Kaushik's branch: {code}git fetch https://github.com/kaushik-gopu1998/htsjdk-kg igb_main-3.0.0:igb-3.0.0{code} ## Push Kaushik's branch: {code}git push origin igb-3.0.0{code} # *Build the igb-3.0.0 htsjdk-igb artifact*. ## Checkout the igb-3.0.0 branch: {code}git checkout igb-3.0.0{code} ## Run: {code}gradle jar{code} ## A folder named build will appear after running the above command. Look for htsjdk-igb-3.0.0.jar in build/libs folder. # *Deploy the artifact to [https://nexus.bioviz.org/|https://nexus.bioviz.org/]* Once the artifact has been deployed we will need to update the [bigwig|https://bitbucket.org/lorainelab/bigwig/src/master/] repo (see |
Situation: There are several steps in order to fetch Kaushik's htsjdk-igb changes from his branch and then to create and deploy the artifact.
Task: # *Fetch Kaushik's branch*. [Kaushik's branch|https://github.com/kaushik-gopu1998/htsjdk-kg] (igb_main-3.0.0) is created from a fork of htsjdk tag 3.0.0. Github will not allow Kaushik to create a pull request to an "empty" branch. We think the easiest solution would be for Dr. Loraine to clone the [lorainelab htsjdk-igb|https://github.com/lorainelab/htsjdk-igb] repo on her local machine, then fetch Kaushik's branch and then push it to the lorainelab htsjdk-igb repo. For example: ## Clone the lorainelab htsjdk-igb repo: {code}git clone https://github.com/lorainelab/htsjdk-igb.git{code} ## Fetch Kaushik's branch: {code}git fetch https://github.com/kaushik-gopu1998/htsjdk-kg igb_main-3.0.0:igb-3.0.0{code} ### Note that we are changing the name of Kaushik's branch to igb-3.0.0 so that it is in line with the current branch name convention of htsjdk-igb ## Push Kaushik's branch: {code}git push origin igb-3.0.0{code} # *Build the igb-3.0.0 htsjdk-igb artifact*. ## Checkout the igb-3.0.0 branch: {code}git checkout igb-3.0.0{code} ## Run: {code}gradle jar{code} ## A folder named build will appear after running the above command. Look for htsjdk-igb-3.0.0.jar in build/libs folder. # *Deploy the artifact to [https://nexus.bioviz.org/|https://nexus.bioviz.org/]* Once the artifact has been deployed we will need to update the [bigwig|https://bitbucket.org/lorainelab/bigwig/src/master/] repo (see |
Status | In Progress [ 3 ] | To-Do [ 10305 ] |
Assignee | Ann Loraine [ aloraine ] |
Assignee | Ann Loraine [ aloraine ] |
Assignee | Ann Loraine [ aloraine ] |
Assignee | Kaushik Gopu [ kgopu ] |
Status | To-Do [ 10305 ] | In Progress [ 3 ] |
Story Points | 1 | 2 |
Assignee | Kaushik Gopu [ kgopu ] |
Status | In Progress [ 3 ] | Needs 1st Level Review [ 10005 ] |
Status | Needs 1st Level Review [ 10005 ] | First Level Review in Progress [ 10301 ] |
Status | First Level Review in Progress [ 10301 ] | Ready for Pull Request [ 10304 ] |
Status | Ready for Pull Request [ 10304 ] | Pull Request Submitted [ 10101 ] |
Summary | Get new htsjdk-igb changes and deploy artifact | Update htsjdk-igb to 3.0.0 |
Status | Pull Request Submitted [ 10101 ] | Reviewing Pull Request [ 10303 ] |
Status | Reviewing Pull Request [ 10303 ] | Merged Needs Testing [ 10002 ] |
Assignee | Kaushik Gopu [ kgopu ] |
Status | Merged Needs Testing [ 10002 ] | Post-merge Testing In Progress [ 10003 ] |
Resolution | Done [ 10000 ] | |
Status | Post-merge Testing In Progress [ 10003 ] | Closed [ 6 ] |
Fix Version/s | 10.0.0 Major Release [ 10900 ] |
Issue Type | Task [ 3 ] | Improvement [ 4 ] |
Loraine Lab repository lorainelab/htsjdk-igb.git master branch is now up-to-date with upstream samtools/htsjdk.git master branch.