Skip to content

Commit f277c40

Browse files
jslitjslit
authored andcommitted
version 1.0.0
1 parent 645a150 commit f277c40

File tree

123 files changed

+198
-37
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+198
-37
lines changed
41.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.
450 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
10.2 KB
Binary file not shown.
0 Bytes
Binary file not shown.
4.1 KB
Binary file not shown.

.gradle/file-system.probe

0 Bytes
Binary file not shown.

build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2222
* SOFTWARE.
2323
*/
24+
2425
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2526

2627
plugins {
@@ -30,7 +31,7 @@ plugins {
3031
}
3132

3233
group = "com.jslfree080"
33-
version = "0.6.0"
34+
version = "1.0.0"
3435

3536
repositories {
3637
mavenCentral()
@@ -87,4 +88,4 @@ tasks.withType<Jar> {
8788
}
8889

8990
// ./gradlew build |or| ./gradlew clean build (Delete all the previous version of the dependencies)
90-
// java -jar build/libs/bamscope-X.X.X.jar 18:53253385 ~/Downloads/sample_CD005_tcf4.bam -r ~/Downloads/human_g1k_v37_decoy.fasta -o ~/Desktop/
91+
// java -jar build/libs/bamscope*.jar 18:53253385 ~/Downloads/*.bam -r ~/Downloads/human_g1k_v37_decoy.fasta -o ~/Desktop/
Binary file not shown.

0 commit comments

Comments
 (0)